Bloggers, Can anyone advise where and how I can edit out certain pages from appearing on the top menu page bar? Want to put certain pages in footer and not have them appear at the top so cannot just make them private or password protected. Just want to selectively remove pages from header... see following theme Using http://www.free-wp-themes.com/wordpress/Ambient_Glo/ Where is shows "Home" "About" I have privacy and some others want to display in footer so want them as a page but not in the header menu. thanks so much for your help...
Note sure what you mean exactly but using the editor in wp do have a header.php template file ... can I send you contents of a specific file to answer this? Have a <?php get_header(); ?> command? <?php wp_list_pages('title_li=&depth=1'); ?> is that it
ah nvm, I just checked to see if the function I was referring to replaced an older call. Ignore that... anyway no need, just look for wp_list_pages() in the arguments, add &exclude=<post id of the page you want to remove> in example = > <?php wp_list_pages('sort_column=menu_order&depth=1&title_li=[B][I]&exclude=827[/I][/B]'); ?> Code (markup):