Title: Multiple Category Search Storm
Author: imseosrl
Published: <strong>জুলাই 4, 2013</strong>
Last modified: এপ্রিল 11, 2016

---

প্লাগিন অনুসন্ধান

এই প্লাগইনটি **ওয়ার্ডপ্রেসের সর্বশেষ ৩টি মেজর রিলিজের সাথে পরীক্ষা করা হয়নি**। এটি
আর রক্ষণাবেক্ষণ বা সমর্থন করা নাও হতে পারে এবং ওয়ার্ডপ্রেসের আরও সাম্প্রতিক সংস্করণগুলোর
সাথে ব্যবহার করার সময় কম্প্যাটিবিলিটি ইস্যু থাকতে পারে।

![](https://s.w.org/plugins/geopattern-icon/search-storm.svg)

# Multiple Category Search Storm

 তৈরি করেছেন [imseosrl](https://profiles.wordpress.org/imseosrl/)

[Download](https://downloads.wordpress.org/plugin/search-storm.1.5.zip)

 * [বিস্তারিত](https://bn.wordpress.org/plugins/search-storm/#description)
 * [রিভিউ](https://bn.wordpress.org/plugins/search-storm/#reviews)
 *  [ইন্সটলেশন](https://bn.wordpress.org/plugins/search-storm/#installation)
 * [ডেভেলপমেন্ট](https://bn.wordpress.org/plugins/search-storm/#developers)

 [Support](https://wordpress.org/support/plugin/search-storm/)

## 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

## Screenshots

 * [[
 * সেটিংস
 * [[
 * Plugin in action on wordpress page
 * [[
 * Plugin with css in action on wordpress page

## 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.

## FAQ

  What do I need to use this plugin?

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

## Reviews

There are no reviews for this plugin.

## ডেভেলপার এবং কন্ট্রিবিউটর

“Multiple Category Search Storm” is open source software. The following people have
contributed to this plugin.

কন্ট্রিবিউটর

 *   [ imseosrl ](https://profiles.wordpress.org/imseosrl/)
 *   [ wallaceer ](https://profiles.wordpress.org/wallaceer/)

[Translate “Multiple Category Search Storm” into your language.](https://translate.wordpress.org/projects/wp-plugins/search-storm)

### ডেভেলপমেন্ট এ আগ্রহী?

[Browse the code](https://plugins.trac.wordpress.org/browser/search-storm/), check
out the [SVN repository](https://plugins.svn.wordpress.org/search-storm/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/search-storm/) by
[RSS](https://plugins.trac.wordpress.org/log/search-storm/?limit=100&mode=stop_on_copy&format=rss).

## 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

## মেটা

 *  Version **1.5**
 *  শেষ আপডেট করা হয়েছে **10 বছর আগে**
 *  Active installations **10+**
 *  WordPress version ** 1.0 or higher **
 *  Tested up to **4.4.34**
 *  Language
 * [English (US)](https://wordpress.org/plugins/search-storm/)
 * ট্যাগ
 * [form](https://bn.wordpress.org/plugins/tags/form/)[search](https://bn.wordpress.org/plugins/tags/search/)
   [sidebar](https://bn.wordpress.org/plugins/tags/sidebar/)[storm](https://bn.wordpress.org/plugins/tags/storm/)
   [widget](https://bn.wordpress.org/plugins/tags/widget/)
 * টি
 *  [এডভান্সড ভিউ](https://bn.wordpress.org/plugins/search-storm/advanced/)

## Ratings

 ৫ স্টার এর মধ্যে 5।

 *  [  1টি 5-স্টার রিভিউ     ](https://wordpress.org/support/plugin/search-storm/reviews/?filter=5)
 *  [  0টি 4-স্টার রিভিউ     ](https://wordpress.org/support/plugin/search-storm/reviews/?filter=4)
 *  [  0টি 3-স্টার রিভিউ     ](https://wordpress.org/support/plugin/search-storm/reviews/?filter=3)
 *  [  0টি 2-স্টার রিভিউ     ](https://wordpress.org/support/plugin/search-storm/reviews/?filter=2)
 *  [  0টি 1-স্টার রিভিউ     ](https://wordpress.org/support/plugin/search-storm/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/search-storm/reviews/#new-post)

[সব রিভিউ দেখুন](https://wordpress.org/support/plugin/search-storm/reviews/)

## কন্ট্রিবিউটর

 *   [ imseosrl ](https://profiles.wordpress.org/imseosrl/)
 *   [ wallaceer ](https://profiles.wordpress.org/wallaceer/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/search-storm/)