<?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: Remove comments are closed statement</title>
	<atom:link href="http://www.thesishacker.com/remove-comments-are-closed-statement/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thesishacker.com/remove-comments-are-closed-statement</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/remove-comments-are-closed-statement/comment-page-1#comment-1281</link>
		<dc:creator>Nasty</dc:creator>
		<pubDate>Thu, 28 May 2009 19:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesishacker.com/?p=1868#comment-1281</guid>
		<description>Hmmm, try adding a conditional statement and a style sheet in your custom_functions.php file...

function homepage_stylesheet(){
	if (is_front_page() &#124;&#124; (is_home()) { ?&gt;
			&lt;style type=&quot;text/css&quot;&gt;
			   .comments_closed p {display: none ;}
			&lt;/style&gt;
&lt;? }}
add_action(&#039;wp_head&#039; , &#039;homepage_stylesheet&#039;);</description>
		<content:encoded><![CDATA[<p>Hmmm, try adding a conditional statement and a style sheet in your custom_functions.php file&#8230;</p>
<p>function homepage_stylesheet(){<br />
	if (is_front_page() || (is_home()) { ?&gt;<br />
			&lt;style type=&quot;text/css&quot;&gt;<br />
			   .comments_closed p {display: none ;}<br />
			&lt;/style&gt;<br />
&lt;? }}<br />
add_action(&#8217;wp_head&#8217; , &#8216;homepage_stylesheet&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nasty</title>
		<link>http://www.thesishacker.com/remove-comments-are-closed-statement/comment-page-1#comment-1279</link>
		<dc:creator>Nasty</dc:creator>
		<pubDate>Thu, 28 May 2009 19:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesishacker.com/?p=1868#comment-1279</guid>
		<description>Put the code in the custom.css not the open hook</description>
		<content:encoded><![CDATA[<p>Put the code in the custom.css not the open hook</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.thesishacker.com/remove-comments-are-closed-statement/comment-page-1#comment-1268</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 26 May 2009 23:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesishacker.com/?p=1868#comment-1268</guid>
		<description>Thanks for the tip.
It worked on the post page but not on the home/index page. 
Any ideas why this would be the case. 

Cheers
Paul</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.<br />
It worked on the post page but not on the home/index page.<br />
Any ideas why this would be the case. </p>
<p>Cheers<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey Douglass</title>
		<link>http://www.thesishacker.com/remove-comments-are-closed-statement/comment-page-1#comment-1260</link>
		<dc:creator>Jeffrey Douglass</dc:creator>
		<pubDate>Mon, 25 May 2009 23:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesishacker.com/?p=1868#comment-1260</guid>
		<description>I have really enjoyed your website and tips. However I cannot seem to get the &quot;remove comments are closed&quot; to work on my website.  I have followed your direction. I am using the latest version of Thesis and also using Thesis Open Hook, what am I doing wrong?</description>
		<content:encoded><![CDATA[<p>I have really enjoyed your website and tips. However I cannot seem to get the &#8220;remove comments are closed&#8221; to work on my website.  I have followed your direction. I am using the latest version of Thesis and also using Thesis Open Hook, what am I doing wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
