• hi so in my menu it has a list of all the pages right, it also lists all the sub pages too. i only want it to display the parent pages. how do i do this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter driz

    (@driz)

    <ul id="menu">
    <?php wp_list_pages('sort_column=menu_order&depth=0&title_li='); ?>
    <li><a href="/forum/" title="forum">forum</a></li>
    		</ul>

    thats what i use at the moment, i want this to only show the parent pages. x

    Thread Starter driz

    (@driz)

    also as an add on, how would i have a parent page but not have display in the menu? i want people to be able to access it just not appear in the menu. thanks. x

    Thread Starter driz

    (@driz)

    okay i found out how to do this, by adding include to the list and only showing the ids i select. problem is that when i visit a sub page it does not show the parent page as being the selected current one. any ideas+

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘hiding sub pages’ is closed to new replies.