I want display all my taxonomy terms on the left side of my website, so that when a user clicks on one of the terms he can see the posts according to it. How can I do this?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
Create template according Template Hierarchy. Place your design + posts loop inside. To list your custom taxonomy use wp_list_categories |
|||||||
|