Tagged: archive, categories, Portfolio, template
I’m trying to find a way to display an archive of portfolio categories, not items.
I’d also like to display a category “page” that can have some content on it, and an archive of portfolio of items that are in that category. The url and breadcrumb to this page should be:
Home / page-name / portfolios / category-name / portfolio-item
Right now the category-name is not in the url.
I’ve found several support threads but they don’t quite have the right functionality. I’m working on new templates: template-archive-categories.php and template-archive-category-single.php but not sure if this is the right approach.
What approach would you recommend to display an archive of categories, with no items? That then leads the user to the category page showing the all the portfolio items?
How can I get the category-name to display in the url?
Hey,
There’s no such things to do that in Enfold right now, you may need to custom code it or try a plugin like:
https://wordpress.org/plugins/tag-list-widget/
Best regards,
Josue
Thanks, Josue. I think that plugin did the trick. Much appreciated.
James