Monday, 26 August 2013
Custom Taxonomy Custom Field Not Working
Custom Taxonomy Custom Field Not Working References I have this code attempting to add an extra field for my my custom taxonomy.. But unfortunately ,its not working. No Field found on editing adding an item under my custom taxonomy. // A callback function to add a custom field to our \"companies\" taxonomy function companies_taxonomy_custom_fields($tag) { // Check for existing taxonomy meta for the term you\'re editing $t_id = $tag->term_id; // Get the ID of the term you\'re editing $term_meta = get_option( \"taxonomy_term_$t_id\" ); // Do the check ?> \">
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment