<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Add a date stamp with an icon on your post</title>
	<atom:link href="http://www.thesishacker.com/add-a-date-stamp-with-an-icon-on-your-post/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thesishacker.com/add-a-date-stamp-with-an-icon-on-your-post</link>
	<description>Customize Thesis</description>
	<lastBuildDate>Thu, 28 May 2009 19:12:01 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nasty</title>
		<link>http://www.thesishacker.com/add-a-date-stamp-with-an-icon-on-your-post/comment-page-1#comment-1277</link>
		<dc:creator>Nasty</dc:creator>
		<pubDate>Thu, 28 May 2009 18:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesishacker.com/?p=1882#comment-1277</guid>
		<description>Use a conditional statement with a style sheet in your custom_functions.php file.

function page_stylesheet(){
	if (is_page()) { ?&gt;
		&lt;style type=&quot;text/css&quot;&gt;
			.calendaricon {display: none;}
		&lt;/style&gt;
&lt;?}}
add_action(&#039;wp_head&#039; , &#039;page_stylesheet&#039;);</description>
		<content:encoded><![CDATA[<p>Use a conditional statement with a style sheet in your custom_functions.php file.</p>
<p>function page_stylesheet(){<br />
	if (is_page()) { ?&gt;<br />
		&lt;style type=&quot;text/css&quot;&gt;<br />
			.calendaricon {display: none;}<br />
		&lt;/style&gt;<br />
&lt;?}}<br />
add_action(&#8217;wp_head&#8217; , &#8216;page_stylesheet&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ana</title>
		<link>http://www.thesishacker.com/add-a-date-stamp-with-an-icon-on-your-post/comment-page-1#comment-1254</link>
		<dc:creator>Ana</dc:creator>
		<pubDate>Mon, 25 May 2009 13:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesishacker.com/?p=1882#comment-1254</guid>
		<description>Your code worked wonderfully, I was just wondering if there was a way for the date stamp to not show on pages. I really appreciate your help! :-)</description>
		<content:encoded><![CDATA[<p>Your code worked wonderfully, I was just wondering if there was a way for the date stamp to not show on pages. I really appreciate your help! <img src='http://www.thesishacker.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nasty</title>
		<link>http://www.thesishacker.com/add-a-date-stamp-with-an-icon-on-your-post/comment-page-1#comment-1234</link>
		<dc:creator>Nasty</dc:creator>
		<pubDate>Fri, 22 May 2009 22:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesishacker.com/?p=1882#comment-1234</guid>
		<description>You have a typo somewhere in your code. I can&#039;t view it but make sure all the single and double quotes are straight up and down and not sideways. Make sure you have semi colons at the end of each php statement</description>
		<content:encoded><![CDATA[<p>You have a typo somewhere in your code. I can&#8217;t view it but make sure all the single and double quotes are straight up and down and not sideways. Make sure you have semi colons at the end of each php statement</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonahtrainer</title>
		<link>http://www.thesishacker.com/add-a-date-stamp-with-an-icon-on-your-post/comment-page-1#comment-1231</link>
		<dc:creator>Jonahtrainer</dc:creator>
		<pubDate>Fri, 22 May 2009 14:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesishacker.com/?p=1882#comment-1231</guid>
		<description>Uhh oh, I get this parse error:

Parse error: syntax error, unexpected T_STRING, expecting &#039;,&#039; or &#039;;&#039; in /home2/mygoldmo/public_html/howtovanish/wp-content/themes/thesis_15/custom/custom_functions.php on line 34</description>
		<content:encoded><![CDATA[<p>Uhh oh, I get this parse error:</p>
<p>Parse error: syntax error, unexpected T_STRING, expecting &#8216;,&#8217; or &#8216;;&#8217; in /home2/mygoldmo/public_html/howtovanish/wp-content/themes/thesis_15/custom/custom_functions.php on line 34</p>
]]></content:encoded>
	</item>
</channel>
</rss>

