How To Enable Category Search Into Your WordPress Site ?

Category is the old and best default taxonomy that allows you to keep your blog content classified. Category allows your visitors to easily browse articles they are looking for in your weblog. This tutorial explains you how you can add a category search filer because default WordPress search doesn’t provides you any such kind of filter. Using a category search you can make search very easy for your blog readers.

Search By Category is a WordPress plugin which reconfigures search results for displaying results based off of category of posts and hence it helps your readers to find search articles with in certain categories.

Installation & Usage:

  1. Install and activate the plugin
  2. Visit Settings > Search By Category
  3. Use the following code in your Theme:
<?php if(function_exists('sbc')){ 
    sbc();
} else { ?>
    // Your regular form code goes here
<?php } ?>

or

[sbc]

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.