<?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 Create a Comments Central Page Template in WordPress</title>
	<atom:link href="http://www.themelab.com/2010/02/24/how-to-create-a-comments-central-page-template-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.themelab.com/2010/02/24/how-to-create-a-comments-central-page-template-in-wordpress/</link>
	<description></description>
	<lastBuildDate>Tue, 10 Jan 2012 20:05:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Omar</title>
		<link>http://www.themelab.com/2010/02/24/how-to-create-a-comments-central-page-template-in-wordpress/#comment-13535</link>
		<dc:creator>Omar</dc:creator>
		<pubDate>Thu, 25 Feb 2010 01:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/?p=1552#comment-13535</guid>
		<description>Great tutorial Hafiz! 

And if I&#039;m not wrong this is the first guest post? if so woot! 
Maybe I&#039;ll be next :P</description>
		<content:encoded><![CDATA[<p>Great tutorial Hafiz! </p>
<p>And if I&#8217;m not wrong this is the first guest post? if so woot!<br />
Maybe I&#8217;ll be next <img src='http://www.themelab.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hafiz Rahman</title>
		<link>http://www.themelab.com/2010/02/24/how-to-create-a-comments-central-page-template-in-wordpress/#comment-13531</link>
		<dc:creator>Hafiz Rahman</dc:creator>
		<pubDate>Thu, 25 Feb 2010 01:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/?p=1552#comment-13531</guid>
		<description>Learn something new every day. Will take a good look at that function, thanks Ptah :)</description>
		<content:encoded><![CDATA[<p>Learn something new every day. Will take a good look at that function, thanks Ptah <img src='http://www.themelab.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ptah Dunbar</title>
		<link>http://www.themelab.com/2010/02/24/how-to-create-a-comments-central-page-template-in-wordpress/#comment-13509</link>
		<dc:creator>Ptah Dunbar</dc:creator>
		<pubDate>Wed, 24 Feb 2010 20:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/?p=1552#comment-13509</guid>
		<description>Exactly, &lt;code&gt;_wp_get_comment_list()&lt;/code&gt; returns an array of all comments so from there, you would simply run a foreach loop.</description>
		<content:encoded><![CDATA[<p>Exactly, <code>_wp_get_comment_list()</code> returns an array of all comments so from there, you would simply run a foreach loop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leland</title>
		<link>http://www.themelab.com/2010/02/24/how-to-create-a-comments-central-page-template-in-wordpress/#comment-13506</link>
		<dc:creator>Leland</dc:creator>
		<pubDate>Wed, 24 Feb 2010 20:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/?p=1552#comment-13506</guid>
		<description>Hey Kim, awesome.  Let us know how it works out once you implement it.</description>
		<content:encoded><![CDATA[<p>Hey Kim, awesome.  Let us know how it works out once you implement it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leland</title>
		<link>http://www.themelab.com/2010/02/24/how-to-create-a-comments-central-page-template-in-wordpress/#comment-13505</link>
		<dc:creator>Leland</dc:creator>
		<pubDate>Wed, 24 Feb 2010 20:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/?p=1552#comment-13505</guid>
		<description>Hey Ptah, glad you found it useful.  I was actually thinking of implementing a similar page here too because I think it&#039;s a good way to &quot;reward&#039; good commenters.

And thanks for the tip about the raw SQL queries.  I&#039;m assuming that could essentially replace any instances of code like this?

&lt;code&gt;$sql = &quot;SELECT p.*, ...&quot;; // and so on
$results = $wpdb-&gt;get_results($sql);&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hey Ptah, glad you found it useful.  I was actually thinking of implementing a similar page here too because I think it&#8217;s a good way to &#8220;reward&#8217; good commenters.</p>
<p>And thanks for the tip about the raw SQL queries.  I&#8217;m assuming that could essentially replace any instances of code like this?</p>
<p><code>$sql = &quot;SELECT p.*, ...&quot;; // and so on<br />
$results = $wpdb-&gt;get_results($sql);</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Parsell</title>
		<link>http://www.themelab.com/2010/02/24/how-to-create-a-comments-central-page-template-in-wordpress/#comment-13491</link>
		<dc:creator>Kim Parsell</dc:creator>
		<pubDate>Wed, 24 Feb 2010 16:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/?p=1552#comment-13491</guid>
		<description>Definitely some things here that I want to implement on my photoblog once I get it converted to WordPress. Thanks!</description>
		<content:encoded><![CDATA[<p>Definitely some things here that I want to implement on my photoblog once I get it converted to WordPress. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ptah Dunbar</title>
		<link>http://www.themelab.com/2010/02/24/how-to-create-a-comments-central-page-template-in-wordpress/#comment-13488</link>
		<dc:creator>Ptah Dunbar</dc:creator>
		<pubDate>Wed, 24 Feb 2010 16:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/?p=1552#comment-13488</guid>
		<description>Great idea, I might implement something like this for my site.

Just an FYI: instead of doing raw queries, try using this:

include ( ABSPATH . &#039;wp-admin/includes/template.php&#039; );
_wp_get_comment_list( &#039;approved&#039;, false, 0, 20, 0, &#039;comment&#039; );
</description>
		<content:encoded><![CDATA[<p>Great idea, I might implement something like this for my site.</p>
<p>Just an FYI: instead of doing raw queries, try using this:</p>
<p>include ( ABSPATH . &#8216;wp-admin/includes/template.php&#8217; );<br />
_wp_get_comment_list( &#8216;approved&#8217;, false, 0, 20, 0, &#8216;comment&#8217; );</p>
]]></content:encoded>
	</item>
</channel>
</rss>

