<?xml version="1.0"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Decaflon Thread: Wordpress - Want to display ALL categories with last 10 posts under each category</title>
<link>http://decaflon.com/notes/</link>
<description>Decaflon Thread: Wordpress - Want to display ALL categories with last 10 posts under each category</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 04:46:48 +0000</pubDate>

<item>
<title>Wordpress - Want to display ALL categories with last 10 posts under each category</title>
<link>http://decaflon.com/programming/notes/533/p/1/#response-4117</link>
<pubDate>Mon, 16 Oct 2006 01:45:51</pubDate>
<dc:creator>Majorchamp</dc:creator>
<guid isPermaLink="false">4117</guid>
<description>&lt;p&gt;Actually frotzed, that &quot;might&quot; work with what I am asking, but it would be cool if it automated the process so nothing in the link had to be hardcoded besides the link to view &quot;all&quot; postings for a particular category.
&lt;/p&gt;</description>
</item>
<item>
<title>Wordpress - Want to display ALL categories with last 10 posts under each category</title>
<link>http://decaflon.com/programming/notes/533/p/1/#response-4114</link>
<pubDate>Sun, 15 Oct 2006 22:45:17</pubDate>
<dc:creator>frotzed</dc:creator>
<guid isPermaLink="false">4114</guid>
<description>&lt;p&gt;Upon re reading your question I may have misunderstood you.  Sorry if I stated the obvious.
&lt;/p&gt;</description>
</item>
<item>
<title>Wordpress - Want to display ALL categories with last 10 posts under each category</title>
<link>http://decaflon.com/programming/notes/533/p/1/#response-4113</link>
<pubDate>Sun, 15 Oct 2006 22:43:09</pubDate>
<dc:creator>frotzed</dc:creator>
<guid isPermaLink="false">4113</guid>
<description>&lt;p&gt;I mistyped that link. &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/get_posts&quot; rel=&quot;nofollow&quot;&gt;http://codex.wordpress.org/Template_Tags/get_posts&lt;/a&gt;
&lt;/p&gt;</description>
</item>
<item>
<title>Wordpress - Want to display ALL categories with last 10 posts under each category</title>
<link>http://decaflon.com/programming/notes/533/p/1/#response-4112</link>
<pubDate>Sun, 15 Oct 2006 22:42:38</pubDate>
<dc:creator>frotzed</dc:creator>
<guid isPermaLink="false">4112</guid>
<description>&lt;p&gt;You don't need a plugin, the standard WordPress &quot;&amp;lt;a href=&quot;http://codex.wordpress.org/Template_Tags/get_posts&lt;br /&gt;
&quot;&amp;gt;get_posts&quot; tag has all that functionality built right in.  The only thing you'll have to do is hard code a link after the list of posts that will link to the archive page for that category you're displaying. &lt;a href=&quot;http://blogname.com/category/CAT&quot; rel=&quot;nofollow&quot;&gt;http://blogname.com/category/CAT&lt;/a&gt; NAME HERE&lt;/p&gt;
&lt;p&gt;Of course, I may be misunderstanding your question.
&lt;/p&gt;</description>
</item>
<item>
<title>Wordpress - Want to display ALL categories with last 10 posts under each category</title>
<link>http://decaflon.com/programming/notes/533/p/1/#response-4106</link>
<pubDate>Sun, 15 Oct 2006 20:19:34</pubDate>
<dc:creator>Majorchamp</dc:creator>
<guid isPermaLink="false">4106</guid>
<description>&lt;p&gt;Absolutely. That would be awesome!
&lt;/p&gt;</description>
</item>
<item>
<title>Wordpress - Want to display ALL categories with last 10 posts under each category</title>
<link>http://decaflon.com/programming/notes/533/p/1/#response-4102</link>
<pubDate>Sun, 15 Oct 2006 14:40:42</pubDate>
<dc:creator>Narada</dc:creator>
<guid isPermaLink="false">4102</guid>
<description>&lt;p&gt;Hi.  I wrote the Posts for category plugin linked to in the comments.  It is quite easy to do what you describe above.  If you haven't already found a solution I can write a plugin for you to do this if you would like.  Just let me know.  With regards.
&lt;/p&gt;</description>
</item>
<item>
<title>Wordpress - Want to display ALL categories with last 10 posts under each category</title>
<link>http://decaflon.com/programming/notes/533/p/1/#response-4090</link>
<pubDate>Sat, 14 Oct 2006 21:36:36</pubDate>
<dc:creator>isdereks</dc:creator>
<guid isPermaLink="false">4090</guid>
<description>&lt;p&gt;^ That's what was floating around the top of my head.
&lt;/p&gt;</description>
</item>
<item>
<title>Wordpress - Want to display ALL categories with last 10 posts under each category</title>
<link>http://decaflon.com/programming/notes/533/p/1/#response-4067</link>
<pubDate>Sat, 14 Oct 2006 03:45:46</pubDate>
<dc:creator>Majorchamp</dc:creator>
<guid isPermaLink="false">4067</guid>
<description>&lt;p&gt;I did find a temporary bandaid&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dhruba.net/2006/08/29/wordpress-plugin-posts-for-category/&quot;&gt;Wordpress Plugin Posts&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;My solution, though, was to hardcode each individual category (in the event they actually don't change), and just copy the appropriate PHP code with the cooresponding categoryID. So yea, if I have 20 categories, I have to have 20 PHP calls (I am not a PHP programmer, so that is how I am doing it :) )
&lt;/p&gt;</description>
</item>
<item>
<title>Wordpress - Want to display ALL categories with last 10 posts under each category</title>
<link>http://decaflon.com/programming/notes/533/p/1/#response-4052</link>
<pubDate>Fri, 13 Oct 2006 22:50:21</pubDate>
<dc:creator>Scrivs</dc:creator>
<guid isPermaLink="false">4052</guid>
<description>&lt;p&gt;I'd be curious to see if there is one as well.
&lt;/p&gt;</description>
</item>
<item>
<title>Wordpress - Want to display ALL categories with last 10 posts under each category</title>
<link>http://decaflon.com/programming/notes/533/p/1/#response-4046</link>
<pubDate>Fri, 13 Oct 2006 21:13:10</pubDate>
<dc:creator>Majorchamp</dc:creator>
<guid isPermaLink="false">4046</guid>
<description>&lt;p&gt;I am wanting to display ALL the categories on a page (homepage), and underneath each category the last 10 postings for that category.&lt;/p&gt;
&lt;p&gt;On top of that, I want the 11th spot to be like a &quot;more&quot; link that will take you to the specific category in question.&lt;/p&gt;
&lt;p&gt;Is there a plugin, at least for showing the last 10 postings PER category that I can use?&lt;/p&gt;
&lt;p&gt;Thanks
&lt;/p&gt;</description>
</item>

</channel>
</rss>

