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.

WP Ajax Search Widget

توضیحات

WP Ajax Search Widget is a replacement for the standard search widget but instead of redirecting you to a new search page the results are returned underneath the search input with an option to click through to the standard results page.

The widget allows you to choose how many results to show.

a plugin by Scott Evans

عکس‌های صفحه

  • Search results.

نصب

To install this plugin:

  1. Upload the wp-ajax-search-widget folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it!

Alternatively you can search for the plugin from your WordPress dashboard and install from there.

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

Hooks & Filters

The plugin has one filter that allows you adjust the search query parameters:

add_filter('wpasw_query', 'my_wp_query_array');

The plugin also has the following hooks for adding your own content at various points:

wpasw_before_widget
wpasw_after_widget
wpasw_before_results
wpasw_after_results
Templates

By placing the following template parts within a /parts/ folder in your theme you can also overwrite the HTML output:

parts/widget-ajax-search-result.php
parts/widget-ajax-search-more.php
parts/widget-ajax-search-fail.php

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

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

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

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

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

ترجمه “WP Ajax Search Widget” به زبان شما.

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

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

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

1.1

  • Performance improvements
  • Code standards and formatting

1.0

  • Initial release