<?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: How to temporarily disable (turn off) all new comments on your WordPress blog</title>
	<atom:link href="http://www.theblog.ca/wordpress-temporarily-disable-comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.theblog.ca/wordpress-temporarily-disable-comments</link>
	<description>Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:48:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Peter</title>
		<link>http://www.theblog.ca/wordpress-temporarily-disable-comments/comment-page-1#comment-8527</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 03 Jan 2008 17:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=124#comment-8527</guid>
		<description>If you want to enable comments on a specific post, edit the post and check the &quot;Allow Comments&quot; checkbox on the right, in the Discussion window.  If you want to allow comments for subsequent posts, look under the Discussion sub-menu under the Options menu. This setting should be checked: &quot;Allow people to post comments on the article&quot;.

If you previously had comments disabled for all posts, the quickest way to enable comments is to run the MySQL database query above.</description>
		<content:encoded><![CDATA[<p>If you want to enable comments on a specific post, edit the post and check the &#8220;Allow Comments&#8221; checkbox on the right, in the Discussion window.  If you want to allow comments for subsequent posts, look under the Discussion sub-menu under the Options menu. This setting should be checked: &#8220;Allow people to post comments on the article&#8221;.</p>
<p>If you previously had comments disabled for all posts, the quickest way to enable comments is to run the MySQL database query above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: icelebpics</title>
		<link>http://www.theblog.ca/wordpress-temporarily-disable-comments/comment-page-1#comment-8526</link>
		<dc:creator>icelebpics</dc:creator>
		<pubDate>Thu, 03 Jan 2008 17:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=124#comment-8526</guid>
		<description>i cant find the specific code in my comments.php
comments r disabled in my blog and i want to enable it
can u plz help me how to enable an email me 
thanks</description>
		<content:encoded><![CDATA[<p>i cant find the specific code in my comments.php<br />
comments r disabled in my blog and i want to enable it<br />
can u plz help me how to enable an email me<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.theblog.ca/wordpress-temporarily-disable-comments/comment-page-1#comment-8401</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 05 Dec 2007 23:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=124#comment-8401</guid>
		<description>You can do this at the database level with the database query:

&lt;pre&gt;UPDATE wp_posts SET comment_status = &#039;open&#039;&lt;/pre&gt;

For trackbacks and pingbacks:

&lt;pre&gt;UPDATE wp_posts SET ping_status = &#039;open&#039;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>You can do this at the database level with the database query:</p>
<pre>UPDATE wp_posts SET comment_status = 'open'</pre>
<p>For trackbacks and pingbacks:</p>
<pre>UPDATE wp_posts SET ping_status = 'open'</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.theblog.ca/wordpress-temporarily-disable-comments/comment-page-1#comment-8399</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 05 Dec 2007 22:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=124#comment-8399</guid>
		<description>Hey there...  I&#039;m googling my issue, and I found this.. this is exactly the reverse of what I want to do.

I&#039;ve a client that has 200 posts in his wordpress, and he didn&#039;t want comments last year.  Now he wants to allow comments.  No problem for future comments.

Wondering if you perhaps  tripped over this one: how to recursively turn on comments on past posts?

If you&#039;ve got a trick up your sleeve I&#039;d like to  hear it if you got a minute :)

Thanks for readin&#039;

Tim</description>
		<content:encoded><![CDATA[<p>Hey there&#8230;  I&#8217;m googling my issue, and I found this.. this is exactly the reverse of what I want to do.</p>
<p>I&#8217;ve a client that has 200 posts in his wordpress, and he didn&#8217;t want comments last year.  Now he wants to allow comments.  No problem for future comments.</p>
<p>Wondering if you perhaps  tripped over this one: how to recursively turn on comments on past posts?</p>
<p>If you&#8217;ve got a trick up your sleeve I&#8217;d like to  hear it if you got a minute <img src='http://www.theblog.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for readin&#8217;</p>
<p>Tim</p>
]]></content:encoded>
	</item>
</channel>
</rss>

