Forums

[resolved] Hiding Sub-Pages in Menu (3 posts)

  1. caemusic
    Member
    Posted 3 months ago #

    Hi,

    I'm using the art-magazine theme, and sub-pages show in the menu bar just like main pages. Is there a way to suppress this behavior and not show the sub-pages in the menu?

    I have seen other themes that handle this more elegantly by using nested drop-down menus, but I'm trying to avoid that route as well. I just think nested menus are hard to use and I have another way of displaying them in-page.

    Thanks

  2. esmi
    Member
    Posted 3 months ago #

    Try using:

    <?php wp_list_pages(title=&depth=1');?>

    in sidebar.php (or the relevant template file).

  3. caemusic
    Member
    Posted 3 months ago #

    That does the trick perfectly. Thanks!

Reply

You must log in to post.

About this Topic