How do you create a page but not have a link under the pages like about me, contact etc.. I create a result page for google custom search.. but that page is under the pages link.... I don't want that... TIA
I think you'd need to create a custom main menu bar (if I'm getting what you're asking), I've done this...I deleted the code that inserts all new pages as menu items, and I just insert links to the ones I want, manually.
You just have to add an exclude command to your wp_list_pages() function. Hang on a sec so I can find the page on WordPress.org that deals with it. Found it: http://codex.wordpress.org/Template_Tags/wp_list_pages