You can exclude that page from your menu but using something like:
<?php wp_list_pages(‘exclude=4’)?>
Here is more info about this in the codex – http://codex.wordpress.org/Template_Tags/wp_list_pages
Hey thanks,
Do I post this on all pages I want to exclude that menu item on? Or is there a control file I can paste it into only once?
Alex
The code for your menu should be somewhere in the header.php file. If you make the edit there, it will take care of changes on all of the pages.