Plugin info

Total downloads: 2,994
Active installs: 10
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 4/11/2016 (3549 days ago)
Added to WordPress: 7/4/2013 (12 years old)
Minimum WordPress version: 1.0
Tested up to WordPress version: 4.4.34
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3549 days ago • 1 reviews

22/100

Is Multiple Category Search Storm abandoned?

Possibly abandoned (last update 3549 days ago).

Compatibility

Requires WordPress: 1.0
Tested up to: 4.4.34
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Hail Reports Heatmap
Rating 0.0/5 (0 reviews)Active installs 10

Description

Search Storm allows you to search for an article by combining multiple categories
Search Storm allows you to search:
1) entering a keyword without selecting a category
2) entering a keyword and selecting one or more categories

Requirements

Installation

  1. Upload this plugin to your WordPress plugin directory( generally wp-content/plugins/ ).
  2. Activate it in admin area.
  3. Your theme should have a hardcoded search form or you should add a “Search” widget to sidebar to allow visitors searching.
    Search Storm is working now!
  4. If Search Storm doesn’t work, check whether or not there is a “searchform.php” file in your current theme directory, if not, you don’t need do anything; If yes, edit this “searchform.php” following the below instructions:

Your theme’s “searchform.php” file may looks like below, with some other codes:

....
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>">
    <input type="text" id="s" name="s" value="<?php the_search_query(); ?>"  />
    <input type="submit" id="searchsubmit" value="Search" />
</form>
...

add the <?php if(function_exists('wss_add_form_field')) wss_add_form_field(); ?> code to proper place inside <form> element, in most cases you can put it just after <input type="submit" value="Search" /> button and before </form> close tag.

That’s all. You may want to add css styles to make search form nicer.

Frequently Asked Questions

What do I need to use this plugin?

To use this plugin you need a plan yTicket and a website developed with wordpress

Review feed

No reviews available

Screenshots

  1. Settings

    Settings

  2. Plugin in action on wordpress page

    Plugin in action on wordpress page

  3. Plugin with css in action on wordpress page

    Plugin with css in action on wordpress page

Changelog

0.1

  • First release.

1.0

  • Added dinamic categories selection by admin panel

1.1

  • The Menu category is disabled if the category no contain the subcategories or the category is not selected
  • In admin panel you can select a empty option for category

1.2

  • Fixed problems loading the list of categories on the search form

1.3

  • Fixed problems loading locale
  • Add custom css in admin

1.4

  • Tested with WP 4.0