When I create a page I must choose a parent page or it is used as a main page. I want to add a multiple page manual and I do not want it cluttering up the menu. I just want to link to it from existing pages.
How do I do this? http://www.wkuceres.com
Use the exclude= argument with the template tag, wp_list_pages(). Typically that means editing your theme’s header.php and revising the wp_list_pages statement.