Hi guys,
I have a rather basic nested-ul menu, which uses CSS to show/hide currently hovered submenu. I want to be able to exclude the Children of a certain page from the menu (children of the page "weblog"). I couldn’t find a parameter for this (such as excludeChildrenFrom or something...). Did I miss it or is this not possible?
Thanks!
Best,
Steven
Unchecking the "Show in Menu" option for the children of the weblog page doesn’t do it?
You could use the parameter [tt]&excludeDocs[/tt] and try to determine its value by [tt]PHx[/tt]
(with something like [tt]:if=`[*parent*]`:is=`ID-of-weblog-page`:then=`[*id*]`[/tt] as conditions).