I am using Blue Box and am wondering how to only show parent pages in the header instead of all my pages.
Blog Oh! Blog Forums » Wordpress Themes
Page buttons in header
(3 posts)-
Posted 1 week ago #
-
Open header.php file from your theme folder.
Replace
<?php wp_list_pages('title_li='); ?>with
<?php wp_list_pages('depth=1&title_li='); ?>Posted 1 week ago # -
Thanks so much. Works great.
Posted 1 week ago #
Reply
You must log in to post.
