Forum
Inserting custom item in navigation
What's the best way to add a special item in the navigation links. For example you have 5 simple links and want one to be a customized drop down with items taken from perch_categories().
What's the best way to add a special item in the navigation links. For example you have 5 simple links and want one to be a customized drop down with items taken from perch_categories().
You can try using
<perch:categories>
in your navigation template or even calling the list of categories separately and passing them into your navigation template as a variable.There's some good questions/examples of the same on the forum.
Google: "categories perch navigation site:forum.grabaperch.com"
Yep ended up passing variables into the template.