Alex Cristache explains how to create a multiple-category archive that lists each category and recent posts within it. [Link]
Post Revisions:
- 9 August, 2010 @ 6:02 [Current Revision] by hafiz rahman
- 15 February, 2009 @ 23:01 by Ryan Imel
Alex Cristache explains how to create a multiple-category archive that lists each category and recent posts within it. [Link]
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.:)
Actually, today I was looking for a way to do this and also found a plugin here.
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.