how to display subcategory posts on category page
-
Here is the simplified version of what I am looking for:
I’m looking to have sub-categoroies show on the categories pages, and on click, it then shows the posts within that sub-category
https://www.mdrnfashion.com/nba-players/
A more in-depth description
So right now the site is structured like:
=>Home
= => Category
= = => Posts that belong to subcategoryI would like it structured
=>Home
= => Category
= = => Sub-categories
= = = = > Posts that belong to sub-category.I think the issue is that this is just how categories and sub-categories work in WordPress (unfortunately). So I think my categories.php needs to be edited.
I am trying to mimic LookLive’s structure. If you go to https://www.looklive.com/people/ (category) you will see a number of celebrity pages listed (sub categories of the ‘people’ category). Then, if you click on that a person, let’s say Kanye West ( https://www.looklive.com/people/kanye-west/ ) the Kanye West sub-category page displays all the posts in the Kanye subcategory.
- The topic ‘how to display subcategory posts on category page’ is closed to new replies.