Linux 软件免费装

Multiple Category Search Storm

开发者 wallaceer
更新时间 2016年4月11日 21:42
PHP版本: 1.0 及以上
WordPress版本: 4.4.2
版权: GPLv2 or later

标签

widget sidebar form categories search category cross storm cross-lookup

下载

1.1 1.2 1.3 1.4 1.5

详情介绍:

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

安装:

  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: .... ... add the <?php if(function_exists('wss_add_form_field')) wss_add_form_field(); ?> code to proper place inside element, in most cases you can put it just after button and before close tag. That's all. You may want to add css styles to make search form nicer.

屏幕截图:

  • 設定
  • Plugin in action on wordpress page
  • Plugin with css in action on wordpress page

升级注意事项:

1.0
  • First release
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
1.5
  • Tested with Wp 4.4.2
  • Frontend code Optimized

常见问题:

What do I need to use this plugin?

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

更新日志:

0.1 1.0 1.1 1.2 1.3 1.4