Tagged: categories, Portfolio, sub-menu
Hi,
How do I turn a Portfolio Category into an editable Page where a sub menu can be added?
To be more specific: right now, when I click on a Parent Category, it shows me an archive of all items within that category. But I would like to add a fullwidth sub menu to it, which would display links to each portfolio “child” category within that Parent Category.
Is something like this doable?
Thanks in advance.
Hi stasiamak!
Thank you for using Enfold.
Yes, this is certainly possible but you have to modify the taxonomy-portfolio_entries.php file. If you want to add the full width sub menu somewhere in the page, extract the element’s shortcode then use the do_shortcode function inside the template file. https://developer.wordpress.org/reference/functions/do_shortcode/
Cheers!
Ismael
Thanks for the info, Ismael. Sounds like it’s a bit beyond my “end user” capability, I may need to get developer’s help with this one.