Replies: 0
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