WP Enhanced Taxonomies is the WordPress plugin that improves and extends the WordPress taxonomies functionality. It makes work with terms more easy and comfortable than ever before.
Plugin will be useful for both users and theme developers who wants to make their product even better and more convenient for their customers.
The appearance of the terms list table is completly changed to make it more graceful, compact and informative. What is not less important, it still looks organic in WordPress workspace.
Sorting by date will work correctly only for terms created after the activation of the plugin, all the other terms will be sorted as if they were created on the same date the plugin was activated.
While editing post in the classic editor and choose a term in the terms list metabox, the chosen item by default move out of the hierarchy to the top of the list. It’s not good, and this plugin removes that behavior and prevents the hierarchy break. Additionally, while loading the edit post page, terms list scrolls to the first checked category.
You may change some of the default settings by using the next filters:
fwpet_term_image_supports
Sets the taxonomies which supports the term image.
fwpet_term_description_limit
Limits terms descriptions length in the terms list table column by number of symbols.
fwpet_term_description_empty
Sets the description column content for the terms without a description.
There are a few functions for work with terms images. All of them are the closest analogues of the functions for work with the posts thumbnails.
get_term_image_id()
Retrieves term image ID.
has_term_image()
Checks if term has an image attached.
get_term_image_url()
Returns the term image URL.
the_term_image_url()
Displays the sanitized term image URL.
get_term_image()
Retrieves the term image.
the_term_image()
Displays the term image.
set_term_image()
Sets the term image.
v1.0.1 – March 1, 2019
- IMPROVEMENT: Added support of custom action links in the terms list table.
v1.0.0 – January 3, 2019
- Release
You must log in to submit a review.