Show all categories and posts in it
-
Hi, I want to show categories and all associated posts in footer with this markup:
<div class="category section"> <h3>Category 1</h3> <ul><li>Post 1</li><li>Post 2</li><li>Post 3</li></ul> </div> <div class="category section"> <h3>Category 2</h3> <ul><li>Post 1</li><li>Post 2</li><li>Post 3</li></ul> </div> <div class="category section"> <h3>Category 3</h3> <ul><li>Post 1</li><li>Post 2</li><li>Post 3</li></ul> </div>
How do I code it in wordpress?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Show all categories and posts in it’ is closed to new replies.