How are you displaying your navigation? wp_list_pages()?
If so, you need to add a comma-seperated list of the pages to exclude as follows –
$args = array(
'exclude' => '12,15,18' // Replace these with the IDs of the pages you wish to exclude
);
wp_list_pages($args);
I have no idea how I am displaying them. I went to the add a page, created it, named it, and moved them around in the menu. Where would I find the file to edit with the ifno you gave me?
have you tried this plugin?
http://ww.wp.xz.cn/extend/plugins/exclude-pages/
it worked fine for me…
you simply have to choose a page, go to edit and uncheck the box that says something like “show this page in navigation”