hughc / filterama

WordPress plugin: Adds one taxonomy filter/drop-down/select box for each taxonomy attached to a (custom) post types list in the admin post list page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(WCM) Filterama

Contributors: F J Kaiser, userabuser, kai-ser License: MIT Tags: admin, post, list, filter, categories, tags, post-tags, taxonomy, taxonomies Requires at least: 3.5 Tested up to: 3.6 Stable tag: 1.2

Description

Adds one taxonomy filter/drop-down/select box for each taxonomy attached to a (custom) post types list in the admin post list page. Also adds a "match" button so you can now "filter" the list by ALL or ANY taxonomy terms.

Available in English & German. Translations welcome. Just grab the .pot file, translate the single string and/or send us an email or file a pull request on GitHub.

(WCM) WeCodeMore

WeCodeMore is your label for high quality WordPress code from renowned authors.

If you want to get updates, just follow us on…

Installation

  1. Upload the filterama folder to the /wp-content/plugins/ directory
  2. Activate the (WCM) Filterama plugin through the 'Plugins' menu in WordPress
  3. Done

Frequently Asked Questions

Can I match by any term instead of all?

Preparation for this feature is in production. Expect it with a future version.

Filterama doesn't work with my Custom Post Types!

Make sure that your Custom Post Type Taxonomy declares show_admin_column => true in its $args array. Filterama will only hook those taxonomies with show_admin_column set to true.

Screenshots

###1. The Plugin in action on a custom post type### The Plugin in action on a custom post type

Changelog

1.2

  • Updated custom Walker to align with defaults from WP Category Walker

1.1

  • Simplified internals
  • Added custom walker

1.0

  • Release ready

0.5

  • Fixed hierarchical display of hierarchical taxonomy select elements
  • Now uses a core function
  • Sorts elements by parent
  • Added .pot catalogue
  • Added translation files for EN and DE
  • Fixed translation file loading

0.4

  • Added l18n/translation loading
  • Added "match" button and behavior
  • Intercept on pre_get_posts to alter the tax query for "match"

0.3.4

  • Added base file
  • Smartened up loading logic

0.3.3

  • Split into separate files: bootstrap, filters, match
  • Wrapped up in several classes
  • Added Milestones & GitHub Issues for 0.4 & 0.5

0.3.2

  • Added "Match" button
  • Added "Match" query string filter
  • Added term ID fetching method

0.3.1

  • Decent optimisations

0.3

  • Repo ready
  • Added screenshot
  • Added readme.txt

Upgrade Notice

  • Nothing. Things just work like a charm.

Bitdeli Badge

About

WordPress plugin: Adds one taxonomy filter/drop-down/select box for each taxonomy attached to a (custom) post types list in the admin post list page.


Languages

Language:PHP 100.0%