How to remove page from nav menu
-
I have this code for my nav menu, which lists the pages I have written.
<?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’); ?>
I want to exclude a page from being displayed. How do I exclude page 5?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to remove page from nav menu’ is closed to new replies.