這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Simple Ajax Search

外掛說明

With this plugin you can create very easily a dynamic ajax search engine of your blog.

For setup this search engine use the followings [shortcodes]:

[sas-input]

Write this shortcode where you want the input components for the dynamic search, and you get:
* One input field where write words to search into the blog with WordPress engine.
* Several categories to filter the search depending what you checked. By default all checked.

If you want you have some attributes to customize this shortcode:
* [sas-input blank="true"] if you want to open in new window each link of the results. It’s false by default.
* [sas-input dashicons="dashicons-admin-post"] this is an example to change the icon of each link.
* [sas-input headings="#29AAE3"] this is the color by default for headings, but you can put here what you want.
* [sas-input checked="#F8931F"] this is the color by default for checked categories to filter the search.
* [sas-input unchecked="#ccc"] this is the color by default for unchecked categories to filter the search.
* [sas-input not_found="Sorry but there are no results for your search."] put here the text you want to show when there are no results.

Also you can change the placeholder of the input field with the content of the shortcode. This is the value by default:
* [sas-input]Write here your search...[/sas-input]

An example: [sas-input blank="true" dashicons="dashicons-welcome-write-blog" headings="#ccc"]Write here...[/sas-input]

Note: Code of dashicons

[sas-result]

With this one the plugin show the output of the search in real time with the ajax engine. You can see the structure of this in the screenshots.

You don’t need put for this shortcode any attribute, but could be you want to add some aditional css for the best integration with your theme.

In summary just put [sas-input] where you want the input for the search, and put [sas-result] where you want the results. You will usually put them together, but you can decide how, like use a conditional widget into a sidebar for the first one.

Feedback and support

I would be happy to receive your feedback to improve this plugin.
Please let me know through support forums if you like it and please be sure to leave a review..

Also you can contact me on my personal page Pablo Cianes or even visit Github of Simple Ajax Search where you can find all the development code of this plugin.

I hope it is useful for you and look forward to reading your reviews! 😉 Thanks!

螢幕擷圖

  • Both shortcodes together in the same page.
  • One shortcode in conditional widget and the other one into a page.

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/ directory, or into admin area of WordPress visit Plugins -> Add New and search Simple ajax search.
  2. Install & Activate the plugin through the Plugins' page in WordPress.
  3. After the plugin is activated you can use the shortcodes [sas-input] & [sas-result] in the same page or for example the first one in a condicitional widget in a sidebar an the other one inside one page for show the results.

常見問題集

What can I do with this plugin?

You can create very easily a dynamic ajax search engine of your blog. Just use the [shortcodes] of this plugin.

How do I setup this plugin?

Just put [sas-input] where you want the input for the search, and put [sas-result] where you want the results. You will usually put them together, but you can decide how, like use a conditional widget into a sidebar for the first one.

使用者評論

2019 年 9 月 5 日 1 則留言
I always was needed to build a similar functionality provided by this plugin by myself on all my installs But now SumaPress did the trick to get it in a elegant and easy-to-use way Keep up the good work!
閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Simple Ajax Search〉的開發相關工作。

參與者

〈Simple Ajax Search〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Simple Ajax Search〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.1

  • Fix notice.

1.0.0

  • First publicly available version.