Category Search

Category Search

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

  • Almost active
    This plugin was not updated the last 3854 days ago.
  • This plugin is not tested with the last major release of WordPress
    Content for list item
  • There is no information available which PHP version this plugin requires
    The latest stable PHP 8.4.10 was released on 03 July 2025
  • No information about vulnerabilities and unfixed security issues is available.
    Content for list item

Ratings

0

Active installs

30

Total Downloads

7K

Support Threads

0

Last updated

22 December 2014

Added

18 June 2008

Versions

100%
  • Version 1.0

Screenshots

Matching categories displayed

About Category Search

FAQ

How do I correctly use this plugin?

In order for category search results to show you need to add the follwoing code to your theme search.php template.

Show(); ?>

How to install Category Search

  1. Upload the whole plugin folder to your /wp-content/plugins/ folder.
  2. Go to the Plugins page and activate the plugin.
  3. Use the Options page to change your options
  4. Use the following code in your theme template most probably Search Results (search.php)

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’);