I need several pages for the bottom footer, Disclaimer, Privacy Policy, etc., but when I make the Page it automatically puts it in the menu. How can I make a page where the client can easily access through Manage/Pages, but not to show up in the menu?
There's also this plugin that allows you to set the page as 'invisible' in the admin, then wp_list_pages ignores that page.
http://www.instinct.co.nz/hide-pages-plugin/
Thanks Michael. I just found a plugin instead of inserting code (when I inserted the code it threw my menu off), so this plugin works better:
http://wordpress.org/extend/plugins/exclude-pages/
Hopefully this helps someone out in the future!