HELP: Only list Parent and child of parent in navbar, no grandchildren
-
Hello, i am currently using the code below for my nav bar, i have a problem with it tho, it displays the parents as the main nav bar menu items, but when you hover over it, it shows child pages and grand child pages of the child pages, i would just like it to show the child pages… i thought depth=0 would take care of this…
this is my first time attempting wp-ninja’ish stuff… please bear with me.
<?php $thepostid = $post->ID; if ($thepostid!=0) wp_list_pages('title_li=&depth=0&sort_column=menu_order&child_of='.$thepostid); ?>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘HELP: Only list Parent and child of parent in navbar, no grandchildren’ is closed to new replies.