I need to create a page in my site that I am able to access via url, but that won’t be included in any of the navigation menus which are generated using wp_list_pages() on my site.

How can I accomplish this?

3 Answers
3

There is a good plugin that adds a meta check box under all pages that indicates whether you want the page to show up in menus.

Exclude Pages Plugin

The other option is to convert from wp_list_pages to the new custom menus. When using custom menus only pages you add to the menu will be included.

Leave a Reply

Your email address will not be published. Required fields are marked *