I've got a Google custom search bar, and am using it on my Wordpress blog. The problem with this is the page I use to display the search results is in my navigation bar on the top of my front page. This perhaps might be a topic belonging in the php section, but would anyone tell me how to remove the specific page from the navigation bar? Thanks in advance.
What is the URL to your blog? If I could see it, maybe I could understand what you are trying to do a little better.
I'm still in the process of setting it up and fully launching, but it's the first one in my signature anchored "Local Kine Hawaii Blog". I've got the Google Custom Search in my right sidebar. If you want the results to show up within your site, you need to create a page for it. This is the page that I don't want showing up in the navigation bar below the header. Thanks for the reply...I appreciate it.
Hi j.blu. I think this is the bit of code you are looking for.. Obviosly you need to change the excluded page numbers to the pages you want to exclude.. <?php wp_list_pages('exclude=17,38' ); ?> Hope that helps..
Yea I have ran into this same issue a few weeks ago.. You can find and edit all instances of wp_list_pages in all the code as uglyboy said! Or you can use this wonderful plugin which makes it a snap.. Exclude-Pages Enjoy, Boulder