Howto: Displaying Recent Posts per Category
Alex Cristache explains how to create a multiple-category archive that lists each category and recent posts within it. [Link]
Alex Cristache explains how to create a multiple-category archive that lists each category and recent posts within it. [Link]
Pasquale
Posted on February 16th, 2009 at 1:19 AM
You could accomplish this by using a custom query loop to pull the latest from a single cat, and then just rewind to continue with a while statement.:)
Tibor
Posted on February 16th, 2009 at 2:46 PM
Actually, today I was looking for a way to do this and also found a plugin here.
Alex Cristache
Posted on February 18th, 2009 at 6:12 AM
This tutorial has been also adapted into a WP plugin that is now available here.
The plugin offers more options, including category selection, excerpts with user set length.