List sub categories with first 3 posts
-
I wish to create a ‘grid’ showing all my sub-categories of a category and the top three posts for each.
Basically I just need this architecture:
– sub-category name
– post 1
– post 2
– post 3
– sub-category name
– post 1
– post 2
– post 3
– sub-category name
– post 1
– post 2
– post 3etc.
I’m trying to make a new function from wp_list_cats that can include get_posts, or is there a better way?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘List sub categories with first 3 posts’ is closed to new replies.