Forum
Can I add a set of categories as second level navigation items?
Is it possible to have a main navigation somewhere on the page and list a set of categories as dropdown submenu for one of the pages in the mainmenu?
Is it possible to have a main navigation somewhere on the page and list a set of categories as dropdown submenu for one of the pages in the mainmenu?
As part of the
perch_pages_navigation()
output, you mean?Yeah, exactly.
I think you should be able to do it in the same way as I did for a multi item region containing products.
On the main page to show the nav:
Here is the _products_in_nav.html template:
and here is the level2.html submenu template:
The main bit you'd need to change for your requirement is the very first bit of code to set the list of categories as a variable to pass into the nav.
I hope that helps.