A Way for Sub Categories to be Displayed with Main Category

Currently all my listings just show the main category that they are in. Is there a way to also show the subcategory at the same time? e.g. Hats /Women

Sorry, there is no such feature at the moment (this would require customizations), but we plan to improve this by adding breadcrumbs in future updates.

I’m a developer so I can do the customizing if you show me how. My current solution is very hacky at the moment.

If you override the template part with category links (please check this tutorial Customizing Templates I HivePress Developer Docs - YouTube), then it seems to be ok, but you can use this code to output the category name instead of breaking the URL into parts:
echo $category->get_name();

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.