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
Try using:
<?php wp_list_pages(title=&depth=1');?>
in sidebar.php (or the relevant template file).
caemusic
Member
Posted 2 years ago #
That does the trick perfectly. Thanks!
Hi all
How do you insert it (replacement or insert ?)
MAny thanks
jeanboucher
Member
Posted 1 year ago #
<?php wp_list_pages('title_li=&depth=1');?>
esmi, you forgot a « ' »
Hello,
How would I make this menu work like other themes with the drop down menu?
Any help is appreciated..
Thanks