<?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: One Click Close Comments v1.0 (new)</title>
	<atom:link href="http://coffee2code.com/archives/2009/04/06/one-click-close-comments-v10-new/feed/" rel="self" type="application/rss+xml" />
	<link>http://coffee2code.com/archives/2009/04/06/one-click-close-comments-v10-new/</link>
	<description>pro-gram-mer: n. a person who converts coffee into code</description>
	<lastBuildDate>Sun, 26 Feb 2012 18:20:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: UncleZeiv</title>
		<link>http://coffee2code.com/archives/2009/04/06/one-click-close-comments-v10-new/comment-page-1/#comment-447396</link>
		<dc:creator>UncleZeiv</dc:creator>
		<pubDate>Mon, 26 Oct 2009 23:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=214#comment-447396</guid>
		<description>Very nice plugin! Exactly what I was looking for... coffee2code never disappoints!</description>
		<content:encoded><![CDATA[<p>Very nice plugin! Exactly what I was looking for&#8230; coffee2code never disappoints!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene</title>
		<link>http://coffee2code.com/archives/2009/04/06/one-click-close-comments-v10-new/comment-page-1/#comment-442947</link>
		<dc:creator>Gene</dc:creator>
		<pubDate>Thu, 25 Jun 2009 18:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=214#comment-442947</guid>
		<description>Hi Scott,

It&#039;s only a minor annoyance, the button reappears after refreshing the posts page.

Cheers,
Gene</description>
		<content:encoded><![CDATA[<p>Hi Scott,</p>
<p>It&#8217;s only a minor annoyance, the button reappears after refreshing the posts page.</p>
<p>Cheers,<br />
Gene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://coffee2code.com/archives/2009/04/06/one-click-close-comments-v10-new/comment-page-1/#comment-442886</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 23 Jun 2009 18:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=214#comment-442886</guid>
		<description>&lt;strong&gt;Gene:&lt;/strong&gt; Thanks for the bug report!  It appears you are correct that using &quot;Quick Edit&quot; causes the button to disappear.  I&#039;ve made note of the issue and will investigate a fix soon.  Thanks!</description>
		<content:encoded><![CDATA[<p><strong>Gene:</strong> Thanks for the bug report!  It appears you are correct that using &#8220;Quick Edit&#8221; causes the button to disappear.  I&#8217;ve made note of the issue and will investigate a fix soon.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene</title>
		<link>http://coffee2code.com/archives/2009/04/06/one-click-close-comments-v10-new/comment-page-1/#comment-442885</link>
		<dc:creator>Gene</dc:creator>
		<pubDate>Tue, 23 Jun 2009 18:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=214#comment-442885</guid>
		<description>After further testing, the button disappear after using the &quot;quick edit&quot; function in the posts page (only for the edited post).

Thanks,
Gene</description>
		<content:encoded><![CDATA[<p>After further testing, the button disappear after using the &#8220;quick edit&#8221; function in the posts page (only for the edited post).</p>
<p>Thanks,<br />
Gene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene</title>
		<link>http://coffee2code.com/archives/2009/04/06/one-click-close-comments-v10-new/comment-page-1/#comment-442882</link>
		<dc:creator>Gene</dc:creator>
		<pubDate>Tue, 23 Jun 2009 15:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=214#comment-442882</guid>
		<description>Hi Scott,

Nice time-saving plugin but I noticed a small bug when editing an existing post&#039;s tags, the &quot;button&quot; disappears upon loading the posts page.

Cheers,
Gene

(WP 2.8)</description>
		<content:encoded><![CDATA[<p>Hi Scott,</p>
<p>Nice time-saving plugin but I noticed a small bug when editing an existing post&#8217;s tags, the &#8220;button&#8221; disappears upon loading the posts page.</p>
<p>Cheers,<br />
Gene</p>
<p>(WP 2.8)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://coffee2code.com/archives/2009/04/06/one-click-close-comments-v10-new/comment-page-1/#comment-440236</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 07 Apr 2009 13:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=214#comment-440236</guid>
		<description>The plugin doesn&#039;t add the notice as that is typically handled by the comment template for your theme.  I believe most themes, in the comments.php and comments-popup.php theme files, will have something like:

&lt;code&gt;&lt;?php if ( &#039;open&#039; == $post-&gt;comment_status) : ?&gt;
  &lt;!-- the comment form would be shown here --&gt;
&lt;?php else : ?&gt;
  &lt;p class=&quot;nocomments&quot;&gt;Comments are closed.&lt;/p&gt;
&lt;?php endif; ?&gt;&lt;/code&gt;

Try closing comments for a post and then viewing that post on your site to see if your theme has such a message. You can edit either or both of those comment templates (depending on which one is in use) to customize the message.</description>
		<content:encoded><![CDATA[<p>The plugin doesn&#8217;t add the notice as that is typically handled by the comment template for your theme.  I believe most themes, in the comments.php and comments-popup.php theme files, will have something like:</p>
<p><pre><code>&lt;?php if ( &#039;open&#039; == $post-&gt;comment_status) : ?&gt;
  &lt;!-- the comment form would be shown here --&gt;
&lt;?php else : ?&gt;
  &lt;p class=&quot;nocomments&quot;&gt;Comments are closed.&lt;/p&gt;
&lt;?php endif; ?&gt;</code></pre></p>
<p>Try closing comments for a post and then viewing that post on your site to see if your theme has such a message. You can edit either or both of those comment templates (depending on which one is in use) to customize the message.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John at JWLW</title>
		<link>http://coffee2code.com/archives/2009/04/06/one-click-close-comments-v10-new/comment-page-1/#comment-440232</link>
		<dc:creator>John at JWLW</dc:creator>
		<pubDate>Tue, 07 Apr 2009 12:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=214#comment-440232</guid>
		<description>HI:  Does it put a &quot;Comments Closed&quot;   notice in the post ??

Thank You,
John</description>
		<content:encoded><![CDATA[<p>HI:  Does it put a &#8220;Comments Closed&#8221;   notice in the post ??</p>
<p>Thank You,<br />
John</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/10 queries in 0.003 seconds using disk: basic
Object Caching 278/278 objects using disk: basic

Served from: coffee2code.com @ 2012-05-21 01:53:00 -->
