Viewing 5 replies - 1 through 5 (of 5 total)
  • Cal

    (@themesbycal)

    I think if you add depth=1 to the line

    <?php wp_list_pages('sort_column=menu_order&depth=1&title_li=')?>

    Thread Starter ceoself

    (@ceoself)

    Thank you so much. I updated the Header.php file to read a depth of 1 and that worked. Thanks you so much for helping out a newbie!

    What if you want to display the child pages of only one specific parent page?

    I ended up turning off the dropdown and hardcoding the nav item with its own dropdown, its no longer dynamic but it gets the job done.

    What if you want to display the child pages of only one specific parent page?

    I solved my problems related to tabs using this part of the codex. Hope this helps you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header navigation shows parent pages and child pages!’ is closed to new replies.