hide pages
-
Hello,
I am using multisite, and I am trying to hide some pages from the menu. I tried using my default menu and I also tried using the nested pages menu. I am still unable to get the hide pages to work. I go into menu options, and check Hide in Nav Menu.
This is what I have in sidebar.php
<?php wp_nav_menu(array(
‘menu’ => ‘nestedpages’,
‘container’ => ‘ul’,
‘menu_class’ => ‘sidebar__nav’ )); ?>If I hide the page it does nothing.
Thanks,
Aaron
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘hide pages’ is closed to new replies.