This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Ajax WP Query Search Filter

ਵੇਰਵਾ

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.

ਸਕਰੀਨਸ਼ਾਟ

  • Ajax WP Query Search Filter setting page 1
  • Ajax WP Query Search Filter setting page 2
  • Ajax WP Query Search Filter setting page 3
  • Ajax WP Query Search Filter setting page 4
  • Ajax WP Query Search Filter search form in the content and sidebar

ਸਥਾਪਤੀਕਰਨ

  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.

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

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.

ਸਮੀਖਿਆਵਾਂ

Read all 8 reviews

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Ajax WP Query Search Filter” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“Ajax WP Query Search Filter” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

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