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. We currently use POEditor which is tightly integrated with GitHub to lower the entry barrier for translating as much as possible. Help us translating!
wecodemore is your label for high quality WordPress code from renowned authors.
If you want to get updates, just follow us on…
- Upload the
filterama
folder to the/wp-content/plugins/
directory - Activate the (WCM) Filterama plugin through the 'Plugins' menu in WordPress
- Done
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.