Term Taxonomy Meta archived
WordPress Term Taxonomy Meta
by Vince Kruger · github.com/vincekruger/wp-term-taxonomy-meta
★ 0stars
19composer installs
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/vincekruger/wp-term-taxonomy-meta/archive/refs/heads/master.zipAlso on Packagist as vincekruger/wp-term-taxonomy-meta:
composer require vincekruger/wp-term-taxonomy-metaFrom the readme
WordPress Term Taxonomy Meta
Description
Term Taxonomy Meta allows you to create meta fields attached to Term Taxonomy for all custom taxonomies.
Installation
With composer using WordPress Packagist
Download the package and unzip to your plugins folder.
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.
Field Reference
Field Name | Description
-------------------------------- | -----------
postauthor | User ID of the author
postdate, postdategmt | Date Created
postmodified, postmodifiedgmt | Date Modified
postcontent | JSON Object see below
posttitle | Meta Title displayed in WP-Admin
postexcerpt | Description of meta, displayed below the field
poststatus | Draft, Publish
menuorder | Will order the meta fields in WP-Admin
posttype | always "tt-meta"
JSON Object
Example
Values
Key | Description | Values
-------- | ------------------------------- | ------
type | What type of field to use | Field Type
taxonomy | Name of the taxonomy to be use
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0.0 | Nov 24, 2016 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.