This plugin uses Google's Search Engine to search your site's contents! You can also configure it through google to search multiple sites/do
Yes and No.
The Google Custom Search plugin does not override the wordpress search functionality. You can choose to have it replace wordpress's search by removing the wordpress search and putting this plugin instead.
Yes. You sure can.
You will need to modify the wordpress theme you are using and replace the wordpress search code with this plugin's API.
To display the search-box anywhere in the code, the following method should be used
<?php display_search_box($display_results_option); ?>
where $display_results_option is one of the following three options:
e.g: <?php display_search_box(DISPLAY_RESULTS_AS_POP_UP); ?>
The search results can be configured within the widget to display in one of three options:
If you want to specify the location for the results to be displayed, you will need to do the following:
<?php display_gsc_results(); ?>Yes.
This configuration will need to be done with Google and documentation for that is provided by them. Go to http://www.google.com/cse/manage/all to configure your Google Custom Search Engine.
Go to http://www.google.com/cse/manage/create and follow the instructions.
Find out more at http://littlehandytips.com/plugins/google-custom-search/
A handy plugin from little Handy Tips :)
Requires: 3.0 or higher
Compatible up to: 3.0.5
Last Updated: 2011-8-14
Downloads: 34,426
Got something to say? Need help?