Search Categories
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.
If you need WordPress Consulting, feel free to contact me.

Hi! My name is Vladimir Prelovac. I am a computer engineer by profession and an adventurer by state of mind.
21 comments, newest first
Jump to main menu | Jump to comment form | Toggle comments