Is it possible to create a new page, but not have it appear in the main menu at the top? How would I do that? I'd like to have a couple of pages linked in my footer.
Thanks in advance
Is it possible to create a new page, but not have it appear in the main menu at the top? How would I do that? I'd like to have a couple of pages linked in my footer.
Thanks in advance
If what's being used to display Pages "in the main menu at the top" is the wp_list_pages() template tag, see the info on the 'exclude' parameter:
codex.wordpress.org/Template_Tags/wp_list_pages
Thanks for a quick reply, that's exactly what I was looking for.
This topic has been closed to new replies.