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

Faceted Search Widget

描述

Allows filtering of any search results of archive (tag, category, year, month, etc.) by any built in (category, tag) or custom taxonomies.

Places clickable list of taxonomies and terms in sidebar widget with count of posts for each. Allows users to query by multiple taxonomies.

Used for internal FCC project and open sourced July, 2011.

安裝

  1. Upload faceted-search-widget.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Drag and drop widget into sidebar

評價

There are no reviews for this plugin.

貢獻者及開發者

“Faceted Search Widget” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Faceted Search Widget 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.5

  • Fixed bug where plugin would generate MySQL errors if taxonomy had large number of terms (scalability)
  • Plugin now supports faceted search within the children of a hierarchical taxonomy term

1.4

  • Fixed bug where post count would not display properly when browsing within a facet
  • More robust handling of queries when filtering by multiple taxonomies

1.3

  • Added support for hierarchical taxonomies
  • Now relies on wp_list_categories

1.2

  • Added support for internationalization of number formatting

1.1

  • Now uses the Widget API
  • Ability to specify widget title
  • Removed trailing whitespace from file

1.0

  • Initial Release