WP Manifestindependent plugin directory
manifest / content / taxonomy-supports

Taxonomy Supports

WordPress plugin that extends taxonomy functionality and adds support utilities.

by Attila Seres · github.com/lophas/taxonomy-supports · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/lophas/taxonomy-supports/archive/refs/heads/master.zip

Declares an update source (https://github.com/lophas/taxonomy-supports), so updates arrive through the plugin's own updater.

Readme

Description: Adds taxonomy supports for date, author, thumbnail, editor and meta_boxes Version: 3.15 Author: Attila Seres

Features:

  • Same UI for editing terms as the builtin post editor
  • Utilizes the standard Wordpress metabox system with postbox drag&drop, open/close functionality
  • 3rd party plugin fields and addons automatically converted to metaboxes
  • Custom Fields metabox for Terms provides same meta field management as the builtin metabox for posts
  • Admin menu to select applicable taxonomies

Howto register your own metaboxes: use the builtin add_meta_box function, you may use following hooks: do_action( 'add_termmeta_boxes', string $taxonomy, WP_Term $term ) do_action( "add_termmetaboxes{$taxonomy}", WP_Term $term )

Read the full README on GitHub →