<?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: Wordpress Tip: The Easy Way to Show a Popular Post List</title>
	<atom:link href="http://www.cagintranet.com/archive/wordpress-tip-the-easy-way-to-show-a-popular-post-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cagintranet.com/archive/wordpress-tip-the-easy-way-to-show-a-popular-post-list/</link>
	<description>Pittsburgh Web Design Â» Cagintranet Web Design - Web Designer, Developer, Graphic Artist and Web 2.0 Guru</description>
	<lastBuildDate>Tue, 09 Mar 2010 11:37:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aery</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-the-easy-way-to-show-a-popular-post-list/#comment-7171</link>
		<dc:creator>Aery</dc:creator>
		<pubDate>Mon, 12 Oct 2009 16:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=59#comment-7171</guid>
		<description>Hi, 
Thanks for the exellent tip. I was looking for the same.

But since my permalinks are domain/category/post-title and I am planning to use &#039;Popular&#039; as tag, Can you please tell how to use the wp-loop now?

I mean what modifications I need to do now for it?

Regards,
Aery</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for the exellent tip. I was looking for the same.</p>
<p>But since my permalinks are domain/category/post-title and I am planning to use &#8216;Popular&#8217; as tag, Can you please tell how to use the wp-loop now?</p>
<p>I mean what modifications I need to do now for it?</p>
<p>Regards,<br />
Aery</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chester Bullock</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-the-easy-way-to-show-a-popular-post-list/#comment-3570</link>
		<dc:creator>Chester Bullock</dc:creator>
		<pubDate>Tue, 04 Nov 2008 19:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=59#comment-3570</guid>
		<description>Perfect - thank you!</description>
		<content:encoded><![CDATA[<p>Perfect &#8211; thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cagle</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-the-easy-way-to-show-a-popular-post-list/#comment-3566</link>
		<dc:creator>Chris Cagle</dc:creator>
		<pubDate>Tue, 04 Nov 2008 18:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=59#comment-3566</guid>
		<description>Chester - Take a look here: http://codex.wordpress.org/Template_Tags/query_posts#Offset_Parameter - it explains that all you need to do is add &amp;showposts=10 to the query_posts function (line 3 above) to show only the first 10 posts.

&lt;pre class=&quot;php&quot;&gt;&lt;code&gt;&lt;?php query_posts(&#039;category_name=popular&amp;showposts=10&#039;); ?&gt;&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Chester &#8211; Take a look here: <a href="http://codex.wordpress.org/Template_Tags/query_posts#Offset_Parameter" rel="nofollow">http://codex.wordpress.org/Template_Tags/query_posts#Offset_Parameter</a> &#8211; it explains that all you need to do is add &#038;showposts=10 to the query_posts function (line 3 above) to show only the first 10 posts.</p>
<pre class="php"><code>&lt;?php query_posts('category_name=popular&#038;showposts=10'); ?></code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chester Bullock</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-the-easy-way-to-show-a-popular-post-list/#comment-3556</link>
		<dc:creator>Chester Bullock</dc:creator>
		<pubDate>Tue, 04 Nov 2008 16:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=59#comment-3556</guid>
		<description>Do you have an example of the code to limit the number of posts displayed?</description>
		<content:encoded><![CDATA[<p>Do you have an example of the code to limit the number of posts displayed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marita</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-the-easy-way-to-show-a-popular-post-list/#comment-851</link>
		<dc:creator>Marita</dc:creator>
		<pubDate>Sat, 19 Jul 2008 00:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=59#comment-851</guid>
		<description>I don&#039;t know how to explain it any differently - but thanks anyway :)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know how to explain it any differently &#8211; but thanks anyway :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cagle</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-the-easy-way-to-show-a-popular-post-list/#comment-850</link>
		<dc:creator>Chris Cagle</dc:creator>
		<pubDate>Fri, 18 Jul 2008 23:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=59#comment-850</guid>
		<description>I think you are a little confused here Marita... 

Take a look through my tutorial and you can see that I don&#039;t count pageviews or comments. This is a manual list that is displayed when you add a post to the &quot;Popular&quot; category.</description>
		<content:encoded><![CDATA[<p>I think you are a little confused here Marita&#8230; </p>
<p>Take a look through my tutorial and you can see that I don&#8217;t count pageviews or comments. This is a manual list that is displayed when you add a post to the &#8220;Popular&#8221; category.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marita</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-the-easy-way-to-show-a-popular-post-list/#comment-849</link>
		<dc:creator>Marita</dc:creator>
		<pubDate>Fri, 18 Jul 2008 23:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=59#comment-849</guid>
		<description>I assume it&#039;s a plugin that counts pageviews - how else could popular posts be determined  (besides counting comments)?</description>
		<content:encoded><![CDATA[<p>I assume it&#8217;s a plugin that counts pageviews &#8211; how else could popular posts be determined  (besides counting comments)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cagle</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-the-easy-way-to-show-a-popular-post-list/#comment-848</link>
		<dc:creator>Chris Cagle</dc:creator>
		<pubDate>Fri, 18 Jul 2008 22:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=59#comment-848</guid>
		<description>@Marita - Are you using a plugin to generate your popular posts list? I ask because in my example, pageviews have nothing to do with it at all...</description>
		<content:encoded><![CDATA[<p>@Marita &#8211; Are you using a plugin to generate your popular posts list? I ask because in my example, pageviews have nothing to do with it at all&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marita</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-the-easy-way-to-show-a-popular-post-list/#comment-846</link>
		<dc:creator>Marita</dc:creator>
		<pubDate>Fri, 18 Jul 2008 21:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=59#comment-846</guid>
		<description>Thanks Chris for the tip; not quite sure if I understand you correctly: currently I have the limit set to 6, but it never changes because these six already have hundreds of pageviews and when I add a new article it starts at one. Did you mean actually changing the number from lets say 6 to 3 and then back, so it start counting again from 0?

Thanks for all your help!</description>
		<content:encoded><![CDATA[<p>Thanks Chris for the tip; not quite sure if I understand you correctly: currently I have the limit set to 6, but it never changes because these six already have hundreds of pageviews and when I add a new article it starts at one. Did you mean actually changing the number from lets say 6 to 3 and then back, so it start counting again from 0?</p>
<p>Thanks for all your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cagle</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-the-easy-way-to-show-a-popular-post-list/#comment-843</link>
		<dc:creator>Chris Cagle</dc:creator>
		<pubDate>Fri, 18 Jul 2008 15:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=59#comment-843</guid>
		<description>@Marita - I can&#039;t think of any way to &quot;reset&quot; the list, but what you can do is set a limit as to the number of posts you want to display (e.g. 3) and everytime you add a new one to the list, the bottom will drop off, etc. This will give you a rolling list that will change each time you add a new post as &quot;popular&quot;.</description>
		<content:encoded><![CDATA[<p>@Marita &#8211; I can&#8217;t think of any way to &#8220;reset&#8221; the list, but what you can do is set a limit as to the number of posts you want to display (e.g. 3) and everytime you add a new one to the list, the bottom will drop off, etc. This will give you a rolling list that will change each time you add a new post as &#8220;popular&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
