Search Include

Add Search results from other sites when searching the blog !

Author:Rémi Goyard (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.3.2
Plugin version:1.0.3
Added to WordPress repository:01-01-2012
Last updated:01-01-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:1 020
plugin download
Click to start download

This plugin allows you to include search results from other Search engine (such as Google, Bing, Yahoo ...) in your blog. In order to use this plugin, you need to add a call to the function _search_include_plugin() in your search result template file (search.php) You need to add the function call in the main div (id depends on your theme), for the default WP 3.3 theme (Twenty Eleven 1.2 by the WordPress team) : You need to edit the file search.php in the theme editor, and at the end of the file just replace :

        <?php endif; ?>
        </div>
    </div>

    <?php get_sidebar(); ?>

by

        <?php endif; ?>
        <?php echo_search_include_plugin(); ?>
        </div>
    </div>
    <?php get_sidebar(); ?>

You can add specific Search Engines (see the documentation to see how to do that).


FAQ
ChangeLog