• I would like to include a certain child page on my navbar, however, I cannot get it to show other than within a drop-down menu.

    In the below code, the child page I want to show along with the other pages is #1891. Any help would be appreciated.

    <?php wp_list_pages('depth=1&sort_column=menu_order&title_li=&include=,1853,5,1891,1893,49' ); ?>

    -Scott

  • The topic ‘List Child Page on Navbar’ is closed to new replies.