Add Google custom search API to your WordPress search

2. Activate Plugin

Activate the Exclude Pages plugin.

3. Modify Searchbox

We’re going to edit your WordPress default searchbox. Using your FTP software browse into your WordPress folder. It may varies to where you put it in.

Anyways, go to wp-content -> themes -> twentyeleven. Look for ‘searchform.php’ and open it with HTML editors. At this point, I suggest you back up the file first or rename it just in case you still need it.

Add your Google searchbox codes to it. Compare the difference. Look how I modify the codes.

4. Create Page Template

Before we create a new page for the search results, we’re going to create a page template by removing the sidebar. If your theme doesn’t have one, that is. Take note that TwentyEleven default template makes things easy for you because it’s a full width page with sidebar removed by default. You can skip this step but if you wish to learn how to create a no-sidebar template then read how I do it.

To create a page template with no sidebar. Go to your theme folder and look for ‘page.php’ file. Open and edit with notepad, wordpad or html editor. We need to rename the template in the ‘get_header’ section by adding comments to it. Refer to examples below:

Add the comments ‘Template Name:No Sidebar’ to it. The title name is pretty standard and it worked perfectly. You can try other naming methods (lowercase, uppercase, etc) or name it to your liking. I can’t guarantee it will work though.

We’re not done yet. Scroll further down the line of codes and look for ‘<?php get_sidebar(); ?>’. Remove that lines completely or just comment it out like so – ‘<?php //get_sidebar(); ?>’. Finally, save the file by using ‘save as’ to ‘no-sidebar.php’. Now you’re done and one new page template is created.

Leave a Reply

Your email address will not be published. Required fields are marked *

Next Post

Most Successful Startups in 2015

Mon Apr 30 , 2012
Cras sit amet libero eros, in ultricies lorem. Nunc et odio neque. Maecenas vehicula interdum hendrerit. Integer hendrerit orci ullamcorper neque pellentesque feugiat. Aliquam magna metus, fringilla non ultrices id, fringilla eu erat. Phasellus lorem tortor, porttitor volutpat iaculis sed, condimentum ultricies massa. Curabitur ut malesuada elit. Nullam tortor mi, […]
photodune  group of business people working on an office desk s

Related