Plugin info

Total downloads: 23,973
Active installs: 100
Total reviews: 8
Average rating: 4.6
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 3/2/2014 (4321 days ago)
Added to WordPress: 6/27/2013 (12 years old)
Minimum WordPress version: 3.4
Tested up to WordPress version: 3.7.41
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4321 days ago • 8 reviews

22/100

Is Ajax WP Query Search Filter abandoned?

Possibly abandoned (last update 4321 days ago).

Compatibility

Requires WordPress: 3.4
Tested up to: 3.7.41
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.

Ultimate WP Query Search Filter
Rating 4.4/5 (49 reviews)Active installs 3,000
Advance WP Query Search Filter
Rating 5.0/5 (17 reviews)Active installs 100

Description

THIS PLUGIN WILL NOT BE UPDATE ANYMORE, PLEASE USE MY NEW PLUGN ULTIMATE WP QUERY SEARCH QUERY INSTEAD

Ajax WP Query Search Filter is a powerful ajax search engine that let your user perform more precisely search by filtering the search through post type, taxonomy and meta field.

Plugin Features:

  • Admin are free to choose whether the search go through post type, taxonomy, meta field or even all of them.
  • Multiple Search Form Supported.
  • Search form support checkbox,radio and dropdown fields.
  • Using Ajax to display result in the same page complete with pagination.
  • Plugin extendable with hooks.
  • Using shortcode to display the search form.

If you have any problems with current plugin, please leave a
message on Forums Posts or goto Here.

Installation

  1. Upload ajax-wqsf folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Create your search form in the Advance WQSF.
  4. Using [AjaxWPQSF id={form id}] to display the form.

Frequently Asked Questions

How can I styling the search form?

You can simply refer the classes/scripts/default.css that come with the folder and alter it or override it at your theme css file.

What if I want to display the search form in the template?

Put this into <?php echo do_shortcode("[AjaxWPQSF id={form id}"); ?> your template.

What if I want to display the search form in the sidebar widget?

Just insert the shortcodes like you inserted in the post content. eg. ‘[AjaxWPQSF id=3299]`

What if I don’t want to display the title of the search form?

Just giving 0 to formtitle atribute in the shortcode eg. ‘[AjaxWPQSF id=3299 formtitle=”0″]`

How can I customize the plugin?

You can goto this website to get the details.

Review feed

No reviews available

Screenshots

  1. Ajax WP Query Search Filter setting page 1

    Ajax WP Query Search Filter setting page 1

  2. Ajax WP Query Search Filter setting page 2

    Ajax WP Query Search Filter setting page 2

  3. Ajax WP Query Search Filter setting page 3

    Ajax WP Query Search Filter setting page 3

  4. Ajax WP Query Search Filter setting page 4

    Ajax WP Query Search Filter setting page 4

  5. Ajax WP Query Search Filter search form in the content and sidebar

    Ajax WP Query Search Filter search form in the content and sidebar

Changelog

1.0.0

  • First version released.

1.0.1

  • Fixed minor error and prevent submit form from key press enter.

1.0.2

  • Fix js error in IE browser (Thanks member iveranus2 for this fix)
  • Add another two filters for taxonomy and meta field before passing to wp_query.

1.0.3

  • Fix plugin activation error.
  • Make js global variable.
  • Add new filters and add parameters to existing filter and action.
  • Fix default css loading image error.

1.0.4

  • Add form id to multiple filters.
  • Fix pop up witdh and height in setting page.
  • Fix activation error on front page.

1.0.5

  • Fix ehco error.
  • add new parameter to result ouput filter
  • Change variable in search form action hook

1.0.6

  • Fix IE Js Error
  • add new filter to admin
  • add taxonomy filter
  • Search All will be not included when it is not set.

3.7.1

  • Fix JS error for wp 3.7.1