- Upload the whole plugin folder to your /wp-content/plugins/ folder.
- Go to the Plugins page and activate the plugin.
- Use the Options page to change your options
- Use the following code in your theme template most probably Search Results (search.php)
Show(); ?>
Also, CategorySearch is fully compatible with wplistcategories()
This mean you can further tweak the category search results by adding additional parameters. Example:
$CategorySearch->Show('orderby=count');