Перейти к содержимому
  • Войти
  • Регистрация
WordPress.org

Русский

  • Темы
  • Плагины
  • Новости
  • Поддержка
    • Документация
    • Форумы
  • О WordPress
  • Сообщество
  • Скачать WordPress
Скачать WordPress

Плагины

  • Любимые
  • Бета-тестирование
  • Разработчикам
Скачать

WP Extended Search

Автор: 5um17
  • Детали
  • Отзывы
  • Установка
  • Разработка
Поддержка

Описание

WP Extended Search is a lightweight and powerful search plugin.

With this plugin you can customize WordPress search to search in Post Meta, Author names, Categories, Tags, or Custom Taxonomies via admin settings. You can control the default behavior of WordPress to search in the post title, post content, and post excerpt.

Apart from customizing default search behavior, you can create multiple search settings, and then you can assign these settings to custom search forms.
For custom search forms, you have the option to choose from a widget, shortcode, PHP function, or HTML.

Возможности плагина

  • Search in selected meta keys
  • Search in category, tags or custom taxonomies
  • Search in the post author name
  • Include or exclude any public post type
  • Control whether to search in title or content or excerpt or all
  • Compatible with WooCommerce. Search in product SKU, Attributes, variations, and custom fields, etc.
  • Create unlimited search settings to use with custom search forms.
  • Add search forms using a widget, shortcode or PHP function. Also works with custom searchform.php
  • Exclude old content from search results (Older than admin specified date)
  • Customize the number of posts to display on the search results page
  • Customize SQL relation (AND/OR) between search terms
  • Customize order of search results
  • Control whether to match search query exactly or partially
  • Limit attachment results by mime type e.g. display only pdf files in search results.
  • Translation ready
  • Compatible with WPML

Links

  • Complete documentation
  • GitHub repository

Скриншоты

  • WP Extented Search settings page
  • Add/Delete Settings
  • Edit setting name

Установка

  • Install WP Extended Search from the ‘Plugins’ section in your dashboard (Plugins > Add New > Search for ‘WP Extended Search’).
    Or
    Download WP Extended Search and upload it to your webserver via your FTP application. The WordPress codex contains instructions on how to do this here.
  • Activate the plugin and navigate to (Settings > Extended Search) to choose your desired search settings.

Часто задаваемые вопросы

Is it compatible with WooCommerce?

Yes, It is. When WooCommerce is active you will see a new checkbox in setting «Optimize for Products Search» select it and then the search results will use the default WooCommerce template or the template from your theme.

How can I add a search form?

You can use the Widget, Shortcode, and PHP function to display the search form. Also, you can add a hidden HTML field to your existing searchform.php template.

Can I use my default search form widget?

Yes, you can. You can modify the global setting to alter the results from the default search form. An extra search form is needed only when you would like to have more than one search criteria on the site.

Can I use this plugin just to add a specific search form to my site and leave the WordPress default search as it is?

Yes, you can. Go to the Search Settings and select Global in setting name, there you will see a button to disable the global search.
As global search is disabled now you can add a new search form with specific search criteria.

How can I customize the search form?

You can add custom CSS to the theme to style the search form. Or you can set CSS classes in the widget, shortcode, and PHP function.
Also, you can add a complete custom template for each search setting in the theme.

Отзывы

Veri nice plugin

yazid21 28.01.2023 1 ответ
this is so powerful plugin for searching anything in wordpress. Because default wordpress still have some probelm with search fiture.

search engine outside the menu but in the same row

pereztroff 17.11.2022 1 ответ
Hello, I have implemented your browser and it works fine. Now how do I put it in the web menu? On the other hand, how do I change the colors and translate the texts and the search button? Thank you

Works great!

Treebeard 17.10.2022 1 ответ
After testing a bunch of plugins, WP Extended Search finally works for indexing and showing results for Tags, Content, Titles, etc. Other plugins (even the ones that say they do this) never worked at all. I tested this by just typing in a tag to see and it finally showed my results! 🙂

Really great search options

Terry J 12.10.2022 1 ответ
Been working with this plugin for about a month and it is just what I needed. You can tweak your search areas and results with ease. Thanks for sharing with the community.

Absolutely PERFECT

rhinoceri 23.07.2022 1 ответ
This plugin solved all my Woocommerce search functionality issues. AMAZING.

Should hv been baked into WP

aaronlkh 29.04.2022 1 ответ
This simple, easy to use yet powerful plug-in should have been a feature of WP instead of being an add-on. Thanks for creating this!
Посмотреть 61 отзыв

Участники и разработчики

«WP Extended Search» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники
  • Sumit Singh

«WP Extended Search» переведён на 3 языка. Благодарим переводчиков за их работу.

Перевести «WP Extended Search» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

2.1.2 — 2023-01-05

  • Fixed XSS vulnerability in search form.
  • Fixed missing text domains and MO file loading issue.
  • Added option to search in WC product variations. Ref https://wordpress.org/support/topic/search-not-showing-single-product-variations/

2.1.1 — 2022-03-19

  • Fixed recommendations notice issue with cache plugins.
  • Minor fixes.

2.1 — 2022-03-13

  • Added new feature to limit attachments by mime type.
  • Fixed issue with add to cart link on search results page.
  • Other minor improvements.

2.0.3 — 2021-08-04

  • Fixed search issue in WC settings > Advanced tab
  • Fixed fatal error with WP 5.8 on new widget screen (Still not compatible with block-based widgets.)

2.0.2 — 2021-04-11

  • Fixed issue with WooCommerce pages.
  • Fixed issue with backend REST requests.
  • Added Select2 for admin pages.

2.0.1 — 2020-12-18

  • Fixed errors in dashboard for non-admin users.

2.0 — 2020-12-11

Upgrade Notice
2.0 went through code refactoring and major feature updates. Please make a complete site backup before upgrading.

  • Added new feature to add multiple search settings.
  • Added WooCommerce product search support.
  • Complete code refactoring.

1.3.1 — 2020-07-25

  • Fixed issue with ACF relationship post field admin search.
  • Fixed issue with Elementor admin search.
  • Added support for new query variable disable_wpes to disable WPES search.

1.3 — 2019-10-21

  • Fixed media search issue
  • Fixed conflict with search when adding new menu item in backend
  • Added setting link in plugin action links
  • Added feature to modify search results order
  • Added feature to match search query exactly or partially

1.2 — 2018-08-17

  • Fixed bbPress forum posts dissappear
  • Fixed issue with Ajax calls
  • Added feature to control search in post excerpt
  • Added compatibility with WPML
  • Added new filter wp_es_terms_relation_type
  • Updated wpes_posts_search filter. Now you can access $wp_query object as a second argument

1.1.2 — 2016-06-06

  • Fixed media library search is not working when plugin is active. Thanks @gazettco
  • Fixed escaping issue in SQL query. Thanks again @brurez
  • Dropped support of WP version older than 4.0

1.1.1 — 2016-01-26

  • Added feature to support Ajax calls
  • Fixed text domain issue
  • Fixed suppress_filters issue. Thanks @brurez

1.1 — 2015-06-21

  • Added feature to search in post author name
  • Added feature to customize number of posts per search results page
  • Added feature to control SQL query relation between search terms
  • Added new filters in settings wpes_meta_keys, wpes_tax and wpes_post_types

1.0.2 — 2015-01-11

  • Added support for post_type parameter in URL
  • Exclude old content from search results

1.0.1 — 2014-10-03

  • Fixed taxonomy table join issue
  • Added new filters wpes_meta_keys_query, wpes_tax_args, wpes_post_types_args, wpes_enabled, wpes_posts_search
  • Internationalized plugin.

1.0 — 2014-09-14

  • First Release

Мета

  • Версия: 2.1.2
  • Обновление: 1 месяц назад
  • Активных установок: 20 000+
  • Версия WordPress: 4.0 или выше
  • Совместим вплоть до: 6.1.1
  • Версия PHP: 7.0 или выше
  • Языки:

    Arabic, Chinese (Taiwan), Dutch и English (US).

    Перевести на ваш язык

  • Метки:
    advance searchcategory searchpostmetasearchtaxonomy
  • Дополнительно

Оценки

Посмотреть все
  • 5 звёзд 59
  • 4 звезды 1
  • 3 звезды 0
  • 2 звезды 1
  • 1 звезда 0
Войдите, чтобы оставить отзыв.

Участники

  • Sumit Singh

Поддержка

Решено проблем за последние 2 месяца:

3 из 8

Перейти в форум поддержки

  • О нас
  • Новости
  • Хостинг
  • Поддержать
  • Сувениры
  • Документация
  • Разработчики
  • Присоединиться
  • Обучение
  • Витрина
  • Плагины
  • Темы
  • Паттерны
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Приватность
  • Открытый код
WordPress.org
WordPress.org

Русский

  • Посетите нашу страницу на Facebook
  • Посетите нашу ленту в Twitter
  • Посетите наш Instagram
  • Посетите нашу страницу в LinkedIn
Код — это поэзия.