Leírás
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.
Telepítés
- Upload
faceted-search-widget.phpto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Drag and drop widget into sidebar
Vélemények
Nincsenek értékelések erről a bővítményről.
Közreműködők és fejlesztők
“Faceted Search Widget” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:
Közreműködők“Faceted Search Widget” fordítása a saját nyelvünkre.
Érdekeltek vagyunk a fejlesztésben?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Változási napló
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