Exclude Page From Menu
-
Trying to exclude page from Nav menu but can’t seem to get all the pages to remove. Here is my code:
<?php wp_nav_menu( array( ‘container_class’ => ‘menu-header’,’exclude’=>100,’exclude’=>228,’exclude’=>259, ‘theme_location’ => ‘primary’ ) ); ?>
Using this code it will exclude 100 and 259 but 228 keeps showing on the menu can someone please tell me what I am doing wrong.
Thanks in advance
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Exclude Page From Menu’ is closed to new replies.