Taxonomy Admin Filter Wordpress Plugin - Rating, Reviews, Demo & Download

Taxonomy Admin Filter Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

The current plugin is an enhancement over the Taxonomy Filter (https://wordpress.org/plugins/taxonomy-filter/) to provide with advanced filtering options.

Taxonomy admin filter is a simple and flexible plugin which allow users to filter hierarchical term taxonomies inside admin pages. If you need to simplify your tags and categories research on admin pages, this plugin will make it easier for you. It adds a custom input field (only for configured taxonomies) that you can use to filter a every taxonomy list.

Imagine having too many tags on your post admin page and having to lose so much time scrolling a long list of items or having to search for a tag with the classic browser search box. With “Taxonomy admin filter” plugin you can search, choice and select tags in a very short time, a great gain!

In addition, you have to setup which taxonomies should have “Taxonomy admin filter” activated. When you install and activate the plugin, an admin page is added on settings section. In this page are automatically listed all valid taxonomies, you have three options:

  • enable on post management pages (allow you to turn on/off filter field)
  • hide filter field if taxonomy is empty
  • use select2 ajax results for huge taxonomies

You can also manage taxonomy admin filters into bulk edit section if you want to perform a quick edit.

If in your theme you have changed post columns using the ‘manage_edit-post_columns’ filter, you need to add another filter to apply the taxonomy admin filter bulk section.
For example:

add_filter('manage_edit-post_columns', 'taxonomy_filter_manage_bulk_columns', 99, 1);
add_filter('manage_edit-<CUSTOM-TYPES>_columns', 'taxonomy_filter_manage_bulk_columns', 99, 1);

It works only with hierarchical taxonomies (both default categories and custom taxonomies).

When you enable a taxonomy admin filter, a section for choosing hidden taxonomy terms is displayed in every WordPress user profile’s settings page. In this page you can select a list of taxonomy terms that are removed from hierarchical term taxonomies inside admin pages.
By default, all taxonomy terms are visible in the hierarchical term taxonomies sections inside admin pages. You can choose only from max 2 nested levels but all the children of a hidden term are automatically removed from admin pages. Keep in mind that the hidden terms are not searchable and filterable.

The filter mechanism provides better support for taxonomies with huge amounts of terms.
It makes use of key letters (-!+^$=) placed before each sentence. A sentence in this filter means a bunch of words separated by the letter ‘+’. E.g. my+example+is.
There are three groups of letters that can be used in combination, when used in order. See the screenshots for details.

Usage

  1. Go to WP-Admin -> Posts -> Add New.
  2. Find the input filter field on page sidebar.
  3. Select tags filtering list.

Links: Author’s Site

Screenshots

  1. taxonomy-admin-filter screenshot 1

    Settings admin page

  2. taxonomy-admin-filter screenshot 2

    Using Select2

  3. taxonomy-admin-filter screenshot 3

    Using Select2 extra details

  4. taxonomy-admin-filter screenshot 4

    Standard filter layout

  5. taxonomy-admin-filter screenshot 5

    Filtering mechanism

  6. taxonomy-admin-filter screenshot 6

    User hidden taxonomy terms selection

  7. taxonomy-admin-filter screenshot 7

    Bulk edit section


Reviews & Comments