PHPackages                             vincekruger/wp-term-taxonomy-meta - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. vincekruger/wp-term-taxonomy-meta

AbandonedArchivedWordpress-plugin[Utility &amp; Helpers](/categories/utility)

vincekruger/wp-term-taxonomy-meta
=================================

WordPress Term Taxonomy Meta

1.0.0(9y ago)019MITPHP

Since Nov 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/vincekruger/wp-term-taxonomy-meta)[ Packagist](https://packagist.org/packages/vincekruger/wp-term-taxonomy-meta)[ Docs](https://github.com/vincekruger/wp-term-taxonomy-meta)[ RSS](/packages/vincekruger-wp-term-taxonomy-meta/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

[![PayPal donate button](https://camo.githubusercontent.com/0d6e4d8b50b5983a58205941b1a581b1305903393b7a39da574e3f60af3c7f5b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70617970616c2d646f6e6174652d79656c6c6f772e737667)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MVDJTX9FRBCAA "Donate once-off to this project using Paypal")

WordPress Term Taxonomy Meta
============================

[](#wordpress-term-taxonomy-meta)

Requires at least: 3.4 Tested up to: 4.6.1

Description
-----------

[](#description)

Term Taxonomy Meta allows you to create meta fields attached to Term Taxonomy for all custom taxonomies.

Installation
------------

[](#installation)

With composer using [WordPress Packagist](https://wpackagist.org)

```
{
    "require": {
        "vincekruger/wp-term-taxonomy-meta": "dev-master"
    }
}

```

[Download](https://github.com/vincekruger/wp-term-taxonomy-meta/tags "Download") the package and unzip to your plugins folder.

Known Issues
------------

[](#known-issues)

> There is no administration panel to manage the meta. This is all managed via the database directory in the 'posts' table as a custom post type.

```
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_modified`, `post_modified_gmt`, `menu_order`, `post_type`) VALUES
(1, NOW(), NOW(), 'JSON_OBJECT', 'Meta Name', '', 'publish', NOW(), NOW(), 0, 'tt-meta');

```

#### Field Reference

[](#field-reference)

Field NameDescriptionpost\_authorUser ID of the authorpost\_date, post\_date\_gmtDate Createdpost\_modified, post\_modified\_gmtDate Modifiedpost\_contentJSON Object \*see belowpost\_titleMeta Title displayed in WP-Adminpost\_excerptDescription of meta, displayed below the fieldpost\_statusDraft, Publishmenu\_orderWill order the meta fields in WP-Adminpost\_typealways "tt-meta"### JSON Object

[](#json-object)

#### Example

[](#example)

`{"type":"field_text","taxonomy":"taxonomy_name","meta_key":"meta_key_name"}`

#### Values

[](#values)

KeyDescriptionValuestypeWhat type of field to useField TypetaxonomyName of the taxonomy to be usedStringmeta\_keyName of the meta keyString#### Field Types

[](#field-types)

KeyDescriptionfield\_attachmentSingle file media uploadederfield\_switchSwitch with Yes/No with optionsfield\_textSingle line text fieldfield\_textareaMulti-line text area

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3456d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a6a35297e87e13c4e63b5e9dbee4634ede4b79dafb23947bed48d609f87f419b?d=identicon)[vincekruger](/maintainers/vincekruger)

---

Top Contributors

[![vincekruger](https://avatars.githubusercontent.com/u/360833?v=4)](https://github.com/vincekruger "vincekruger (2 commits)")

---

Tags

wordpressmetataxonomiesterms

### Embed Badge

![Health badge](/badges/vincekruger-wp-term-taxonomy-meta/health.svg)

```
[![Health](https://phpackages.com/badges/vincekruger-wp-term-taxonomy-meta/health.svg)](https://phpackages.com/packages/vincekruger-wp-term-taxonomy-meta)
```

###  Alternatives

[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.5k441.8k2](/packages/roots-bedrock)[bostondv/bootstrap-ninja-forms

Adds Bootstrap classes to Ninja Forms

222.2k](/packages/bostondv-bootstrap-ninja-forms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
