Forums

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

  1. caemusic
    Member
    Posted 2 years 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
    Theme Diva & Mod
    Posted 2 years ago #

    Try using:

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

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

  3. caemusic
    Member
    Posted 2 years ago #

    That does the trick perfectly. Thanks!

  4. redb68
    Member
    Posted 2 years ago #

    Hi all
    How do you insert it (replacement or insert ?)
    MAny thanks

  5. jeanboucher
    Member
    Posted 1 year ago #

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

    esmi, you forgot a « ' »

  6. GovR
    Member
    Posted 1 year ago #

    Hello,

    How would I make this menu work like other themes with the drop down menu?

    Any help is appreciated..

    Thanks

Topic Closed

This topic has been closed to new replies.

About this Topic