Hey,
is there a way of using wp_nav_menu(); but just grab the children of the current / parent page?
Hey,
is there a way of using wp_nav_menu(); but just grab the children of the current / parent page?
There is a difference between “children of current” and “children of parent (i.e. siblings)”.
Anyway, what happens when you pass depth
with a value of 1 instead of the default 0 (all)?
it just shows the main parent navs
basically i want it to show the children menus of the current page i am on
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.