How To Improve WordPress Search Experience With Search Filters

Search Engines like Google let users refine their search based on keywords that are near to the searched keywords.Wordpress search is on the other hand lacks search filtering capabilities but gets the results based on the keyword and sometime if the posts are not well categorized unnecessary posts could creep into the results or some posts might get missed from the results.Similar to Google’s keyword refine suggestions you can also help your visitors find content more easily by a filtering option for the search result using the  Search Filter plugin for WordPress.

WordPress Filter Search Results

This plugin gives the user an option to filter results based on category, tags, or date, which can very user friendly and help the user find what he’s looking for.The plugin though has no options page and displays all 3 options for filtering by default.If you want to show only filtering by categories then you need to edit the plugin.

Also Read :

  1. How To Search and Filter Results Across 5 Major Search Engines
  2. Portable Search Tool To Search For Files and Folders
  3. 10 SEO Tools To Improve Search Engines Ranking and Traffic
  4. Show Your Search Engine Referred Visitors Related Posts Based On Their Search KeyWords

Here’s how to go about setting up this plugin :

  1. Upload folder ‘search-filters’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place ‘<?php if(function_exists(‘search_filters’)) search_filters(); ?>’ in your templates. Filters switcher will appear after search.

As mentioned earlier this plugin has no options page and no way of editing the CSS without editing the plugin file.The filter options can be placed either in the sidebar or just above the search results by placing the above mentioned code in the theme template.

Similar Post  [How To] Show Countdown Timer For Time Limited Offers, Contests and GiveAways Using Live CountDown Timer WordPress Plugin

Leave a Reply

Your email address will not be published. Required fields are marked *

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