>
Download This Plugin | |
Download Elegant Themes | |
Name | Simple Term Meta |
Version | 0.9.1 |
Author | Jacob M Goldman (C. Murray Consulting) |
Rating | 100 |
Last updated | 2010-08-02 02:01:00 |
Downloads |
2856
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Simple Term Meta plugin added 2 bytes of resources to the Home page and 1 bytes of resources to the sample Post page.
Simple Term Meta plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Simple Term Meta plugins ads the following DB table(s) to your Wordpress blog database:Table name | Table size (in bytes) |
---|---|
wp_termmeta | 49152 |
WordPress offers meta data support for posts, users, and comments out of the box. But it's missing meta support for taxonomy terms (a tag, category, or custom taxonomy terms)!
This plug-in adds full, efficient support for term meta based on the post meta framework built into WordPress. Adds a "postmeta" table, and post meta functions that should be familiar to anyone who has worked with WordPress post meta.
New functions include add_term_meta
, delete_term_meta
, get_term_meta
, update_term_meta
, get_term_custom
, get_term_custom_keys
, get_term_custom_values
, and more.
The functions work just like their post meta counter parts (add_post_meta, et al) ? just substitute the post_id with the term_id. Should work with any taxonomy! Take a look inside simple-term-meta.php
for more complete function documentation.
Check out edit_category_custom_fields
, (taxonomy-name)_edit_form
and other, similar action hooks built into WordPress to start adding your own custom fields to terms using this plug-in!
Because it?s difficult to test this plug-in with all types of custom taxonomies, I?m considering this a ?beta? ? in the Google sense ? or pre-1.0 release.