wp_list_categories with posts?
-
Is there any code that can be used in the sidebar which will list each category, with x amount of posts from each category under it, using standard unordered list formatting?
Category 1
– Post 1
– Post 2
– Post 3
Category 2
– Post 4
– Post 5
– Post 6etc
Something like:
$categories = get_the_category(); foreach($categories as $category){ cat name 1 -post 1-100
I am not concerned with server resources or processing power.
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wp_list_categories with posts?’ is closed to new replies.