<?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 Re-enable and Allow Comments in Older Posts in WordPress</title>
	<atom:link href="http://wpgarage.com/tips/allow-comments-in-old-posts-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com/tips/allow-comments-in-old-posts-wordpress/</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Wed, 09 May 2012 06:53:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Konstantin</title>
		<link>http://wpgarage.com/tips/allow-comments-in-old-posts-wordpress/#comment-62833</link>
		<dc:creator>Konstantin</dc:creator>
		<pubDate>Tue, 15 Nov 2011 08:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://wpgarage.com/?p=1160#comment-62833</guid>
		<description>Please keep in mind that wp_posts contains more than just your posts. It contains revisions, drafts, attachments, pages and custom post types, so firing your database request is dangerous. You probably wouldn&#039;t want to have comments open on your About or Contact page. To solve that you can always restrict the query with post_status and post_type.</description>
		<content:encoded><![CDATA[<p>Please keep in mind that wp_posts contains more than just your posts. It contains revisions, drafts, attachments, pages and custom post types, so firing your database request is dangerous. You probably wouldn&#8217;t want to have comments open on your About or Contact page. To solve that you can always restrict the query with post_status and post_type.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

