Exclude level siblings and children, yet have current level item display in menu
-
This is a very powerful plugin, which I greatly appreciate, but I’m having trouble getting my head around it.
I have a 4 tiered menu, and only want it to start displaying level two, but without all the really long list of level 2 items and their respective children.
(1) – container for really long list of programs, in the 100s (exclude ID of 280)
(2) – program 01 (start here when current, display as non-linked header)
(2)* program 01 (display current AGAIN in menu, but as linked)
(3) – sub area (display)
(4) – item (display)
(4) – item (display)
(3) – sub area (display)
(3) – sub area (display)
(2) – program 02 (exclude, exclude all siblings)
(2) – program 03 (exclude, exclude all siblings)
(2) – program 04 (exclude, exclude all siblings)
(2) – many more… (exclude, exclude all siblings)
(2) – program 99 (exclude, exclude all siblings)I can get close with:
[title=“My Custom Menu” branch=current fallback=“parent,siblings” ancestors=“2” include_level=“2” exclude=“280” exclude_level=“1” title_from=“current2” siblings=1/]But the long list of level-two siblings still appears, and becomes cumbersome.
I can also get really close with:
[title=“My Custom Menu” branch=current fallback=“parent,siblings” ancestors=“2” include_level=“2” exclude=“280” exclude_level=“2” title_from=“current2” siblings=1/]The long list of level-two disappears, but the current program link (non-header) also disappears.
Is is possible to exclude level 2 siblings and their children, yet have the current level 2 item still display in the menu as a non-header link?
- The topic ‘Exclude level siblings and children, yet have current level item display in menu’ is closed to new replies.