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

Frequently Searched Words

描述

You can check the count number of words searched in the site search in the administration menu.
If you paste the following shortcode into a template, post, etc., you can output it.

[ Example ]

<?php
if ( shortcode_exists( 'wp-frequently-searched-words' ) ) {
    echo do_shortcode( '[wp-frequently-searched-words]' );
}
?>

Attributes that can be set for short code

  • id : e.g) id=”example”
  • class : e.g) class=”example”
  • limit : e.g) limit=”5″ (default: 10)

Contact

  • email to foundationmeister[at]outlook.com
  • twitter @miiitaka

螢幕截圖

  • Save the word you searched in the site search and display it in a favorite place with a short code.

  • You can see the number of words searched on the administration menu.

安裝

  • A plug-in installation screen is displayed in the WordPress admin panel.
  • It installs in wp-content/plugins.
  • The plug-in is activated.

評價

Bad

2021年7月26日
bad, unresponsive support
閱讀全部1個評價

貢獻者及開發者

“Frequently Searched Words” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

Frequently Searched Words 外掛目前已有 2 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 Frequently Searched Words 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

2.1.3 (2021-02-14)

  • Check : WordPress version 5.6.1 operation check.

2.1.2 (2019-03-11)

  • Check : WordPress version 5.1.0 operation check.

2.1.1 (2019-01-18)

  • Check : WordPress version 5.0.3 operation check.

2.1.0 (2019-01-09)

  • Updated : Added line number.
  • Check : WordPress version 5.0.2 operation check.
  • Check : WordPress version 5.0.1 operation check.
  • Check : WordPress version 5.0.0 operation check.

2.0.0 (2018-08-08)

  • Updated : If there are zero search results, do not register keywords.
  • Checked : WordPress version 4.9.8 operation check.
  • Checked : WordPress version 4.9.7 operation check.

1.1.2 (2018-06-18)

  • Checked : WordPress version 4.9.6 operation check.
  • Checked : WordPress version 4.9.5 operation check.
  • Checked : WordPress version 4.9.4 operation check.
  • Checked : WordPress version 4.9.3 operation check.

1.1.1 (2018-01-24)

  • Checked : WordPress version 4.9.2 operation check.

1.1.0 (2017-12-04)

  • Checked : WordPress version 4.9.1 operation check.
  • Checked : WordPress version 4.9.0 operation check.
  • Updated : ShortCode copy.
  • Fixed : SSL decode save.

1.0.8 (2017-11-07)

  • Checked : WordPress version 4.8.3 operation check.

1.0.7 (2017-09-25)

  • Checked : WordPress version 4.8.2 operation check.

1.0.6 (2017-08-23)

  • Checked : WordPress version 4.8.1 operation check.

1.0.5 (2017-06-15)

  • Checked : WordPress version 4.8.0 operation check.

1.0.4 (2017-05-19)

  • Checked : WordPress version 4.7.5 operation check.

1.0.3 (2017-05-02)

  • Fixed : Half width conversion omission.

1.0.2 (2017-04-24)

  • Checked : WordPress version 4.7.4 operation check.
  • Fixed : Exclude whitespace.

1.0.1 (2017-03-08)

  • Checked : WordPress version 4.7.3 operation check.

1.0.0 (2017-02-24)

  • The first release.