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?
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?
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.