Creating a nav menu with only certain pages
PermalinkAny idea on how to do this?
Right now I am using the Ukao Menu add on, but I have no problem styling the autonav if necessary. However if there is an add on that will accomplish this, that would be great too.
Thanks in advance
http://www.concrete5.org/marketplace/addons/manual-nav/...
http://www.concrete5.org/documentation/editors-guide/in-page-editin...
If you need sub directories then AFAIK you would need to create a new autonav template. In this case I would create a new Page Attribute named "Include In Special Menu" and then modify the template to only include attributes that have.
If you are modifying a copy of the autonav view.php template you can change line 25ish line
to
Note that we use the Attribute Handle not the name in the if statements.
Let me know if you need help creating a new autonav template.