Category Search adds the option to display category names in search results. Useful when you have a lot of categories and you want to display them as a part of search results.

Screenshot from emuhq.com using this plugin
Download
Installation & Usage
- 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)
<?php if (class_exists('CategorySearch')) $CategorySearch->Show(); ?>Also, CategorySearch is fully compatible with wp_list_categories()
This mean you can further tweak the category search results by adding additional parameters. Example:
$CategorySearch->Show('orderby=count');
Changelog
v1.0:
- Initial Release
You can also visit my other Wordpress Plugins.
I am also available for WordPress Development, feel free to contact me.







June 24th, 2008 at 18:16
Excellent. Thanks for that. I’ll download this and check it out.
June 24th, 2008 at 11:23
Screenshot uploaded I hope it speaks more then 1000 words
June 24th, 2008 at 5:58
Your plugin sounds interesting but I don’t understand enough of how it works to spend the time to download and integrate it. If you provided some examples that might help.
Thanks,
David