Look for the template that has the top navigation menu. Probably your “header.php” file (Header). Find this :
<?php wp_list_pages(”); ?>
Delete it. Make sure you back up the template though, just in case anything gets messed up.
ADDED: Are the Home/about/contact/etc pages generated by the list pages code? if so you will prolly need to manually ented them. you could use the “exclude” argument, but you would have to add to it every page you want to exclude, and add to it every time you add a new page.
That’s what I was looking for and its not there.
Here is my header code, maybe someone can figure it out.
[Moderated: Please use a pastebin type service for that much code. Or copy it to a .txt file and post a link to it. Thanks!]