<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>Maverick Web Creations &#187; most comments</title>
	<atom:link href="http://www.maverickwebcreations.com/tag/most-comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.maverickwebcreations.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 05:37:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Most Commented Plugin Hack</title>
		<link>http://www.maverickwebcreations.com/2008/10/20/most-commented-plugin-hack.html</link>
		<comments>http://www.maverickwebcreations.com/2008/10/20/most-commented-plugin-hack.html#comments</comments>
		<pubDate>Mon, 20 Oct 2008 08:04:18 +0000</pubDate>
		<dc:creator>admin_mwc</dc:creator>
				<category><![CDATA[Wordpress Help]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[most comments]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress hack]]></category>
		<guid isPermaLink="false">http://www.maverickwebcreations.com/?p=280</guid>
		<description><![CDATA[<p>I hacked the <a href="http://mtdewvirus.com/code/wordpress-plugins/">Most Commented plugin</a> to make it display only posts with 1 or more comments. I did this because I thought display posts with zero comments in a &#8220;most comments&#8221; post list was not very smart.</p>
<p>It is really simple. Simply add &#8221; AND comment_count = 1&#8243; on &#8230; <a href="http://www.maverickwebcreations.com/2008/10/20/most-commented-plugin-hack.html" class="read_more">Read more...</a></p>]]></description>
			<content:encoded><![CDATA[<p>I hacked the <a href="http://mtdewvirus.com/code/wordpress-plugins/">Most Commented plugin</a> to make it display only posts with 1 or more comments. I did this because I thought display posts with zero comments in a &#8220;most comments&#8221; post list was not very smart.</p>
<pre class="brush: php; title: ; notranslate">
$request .= &quot; WHERE post_type = 'post' AND post_status = 'publish' AND comment_count &gt;= 1&quot;;
</pre>
<p>It is really simple. Simply add &#8221; AND comment_count >= 1&#8243; on line 17 of most-commented.php.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maverickwebcreations.com/2008/10/20/most-commented-plugin-hack.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

