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.

Advance WP Query Search Filter

توضیحات

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

This plugin is an upgraded version of WP_Query Search Filter with added a lot of features. In nutshell Advance WP_Query Search Filter let your user perform more precisely search by filtering the search through post type, taxonomy and meta field. Ideal for website that have multiple post types, taxonomies and meta fields, eg property website, product website etc.

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 now support checkbox,radio and dropdown fields.
  • Using wp search template to disply the result.
  • Admin can define how many result per page.
  • Admin can sorting the result page by meta key and meta value.
  • 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.

عکس‌های صفحه

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

نصب

  1. Upload advance-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 [awsqf-form id={form id}] to display the form.

سوالات متداول

How can I styling the search form?

You can simply refer the awqsf-style.css.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("[awsqf-form 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. ‘[awsqf-form 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. ‘[awsqf-form id=3299 formtitle=”0″]`

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“Advance WP Query Search Filter” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “Advance WP Query Search Filter” به زبان شما.

علاقه‌ مند به توسعه هستید؟

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

گزارش تغییرات

1.0

  • First version.

1.0.1

  • Fixed minor bugs

1.0.2

  • Fixed front end jquery bugs (Thanks for muxahuk1214 pointed it out)

1.0.3

  • Fixed Page Title bug

1.0.4

  • Added more CSS classes for better customization

1.0.5

  • Fix Shortcode output markup problem

1.0.6

  • Fix get_search_query and wp_title filter Undefined variable warning.

1.0.7

  • Fix Undefined variable warning.
  • Add new action hooks.

1.0.9

  • Add new filter hooks in search form for taxonomy and custom meta field.

1.0.10

  • Fix filter error on meta field output.