Skip to content

dhigginbotham/Tax-Meta-Class

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tax Meta Class
=======================
Contributors: bainternet
Requires at least: 3.1
Tested up to: 3.3.1

Description
-----------
The Tax Meta Class is used by including it in your plugin r theme files and using its methods to 
Add meta fields for WordPress Taxonomies (categories,tags and custom taxonomies). It is meant to be very simple and 
straightforward.

This class is derived from My-Meta-Box (https://github.com/bainternet/My-Meta-Box script) which is 
a class for creating custom meta boxes for WordPress. 

Usage
--------
Take a look at the `class-usage-demo.php` file which can also be tested as a WordPress Plugin. 
Other options are available for each field which can be see in the 'Tax-meta-class.php' file, 


Changelog
---------
= 1.8.2 =
Replaced get_stylesheet_directory_uri with get_template_directory_uri to work better with child themes.
Once again thanks to oobi. issue 17

= 1.8.1 =
added mete deletion on term deletion thanks to oobi

= 1.8 = 
fixed issue 12
fixed issue 13
fixed issue 14
fixed issue 15
changed "insert into post" on media uploader.

= 1.7.4 = 
Fixed bug caused by issue 2 fix.

= 1.7.3 = 
Fixed issue #2.

= 1.7.2 =
Fixed issue #11.

= 1.7.1 =
Fixed typo.

= 1.7 = 
Added strip slashes and get_tax_meta_strip function to avoid WordPress's native escape slashes.

= 1.6 =
Fixed file field issues.

= 1.5 =
Fixed repeater delete meta bug

= 1.4 =
updated addPosts in demo
and add_thickbox

= 1.3 =
Fixed WP debug errors

= 1.2=
Fixed debug Errors

= 1.0 =
* First Release

Releases

No releases published

Packages

No packages published