Is there a parameter that can be passed to wp_list_categories, to get a certain number of posts from each category? Or a plugin that does something like that? A similar question was in the Wordpress support forum, but it doesn't do exactly what I want.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
The code that thread links to seems very close to what you are describing - looping through categories and retrieving some amount of posts for each. If you want to integrate posts into Some example code, I am not entirely sure it handles nesting properly:
|
|||||
|