Plugin info

Total downloads: 1,415
Active installs: 10
Total reviews: 1
Average rating: 1
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 3/26/2015 (3934 days ago)
Added to WordPress: 3/23/2015 (10 years old)
Minimum WordPress version: 4.2
Tested up to WordPress version: 4.2.39
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3934 days ago • 1 reviews

22/100

Is Taxonomy Meta UI abandoned?

Possibly abandoned (last update 3934 days ago).

Compatibility

Requires WordPress: 4.2
Tested up to: 4.2.39
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Custom Term Colors
Rating 0.0/5 (0 reviews)Active installs 10
Simple Taxonomy Ordering
Rating 4.9/5 (28 reviews)Active installs 20,000
Term Management Tools
Rating 4.9/5 (75 reviews)Active installs 10,000
Taxonomy Images
Rating 4.4/5 (40 reviews)Active installs 10,000
Highlight Search Terms
Rating 5.0/5 (40 reviews)Active installs 7,000
WP Term Order
Rating 4.8/5 (19 reviews)Active installs 7,000

Description

Add as many custom values as you want, or define static fields which are always visible.

Arbitrary section

add_term_meta

add_term_meta( $term_id, $meta_key, $meta_value, $unique = FALSE )

update_term_meta

update_term_meta( $term_id, $meta_key, $meta_value, $prev_value = '' )

delete_term_meta

delete_term_meta( $term_id, $meta_key, $meta_value = '' )

get_term_meta

get_term_meta( $term_id, $key, $single = FALSE)

Installation

  • Put the plugin in your plugin directory and activate it in your WordPress backend.

Frequently Asked Questions

Filters

Add static fields to all taxonomies
term_fields

Add static fields for $taxonomy
term_fields_$taxonomy

Remove all custom field support
has_custom_fields

Remove custom field support for $taxonomy
$taxonomy_has_custom_fields

Review feed

No reviews available

Screenshots

  1. New term screen with custom fields

    New term screen with custom fields

  2. Edit term screen with custom fields

    Edit term screen with custom fields

  3. New term screen with custom fields and static field <code>foo</code>

    New term screen with custom fields and static field foo

  4. Edit term screen with custom fields and static field <code>foo</code>

    Edit term screen with custom fields and static field foo

Changelog

1.2

  • Added: term_fields_$taxonomy filter
  • Added: $taxonomy_has_custom_fields filter
  • Added: has_custom_fields filter
  • Added: $taxonomy_has_custom_fields filter
  • Added: Deinstall routine
  • Added: Placeholder parameter for static fields
  • Removed: `taxonomy-meta-taxonomies filter

1.1

  • Added: term_fields filter
  • Enhancement: Create predefined meta fields
  • Changed: Term meta table renamed

1.0

  • Initial release