take a look at wordpress taxonomies extra fields the easy way
UPDATE:
to get the data on the front end you can use the functions that come with the class ex:
if (!function_exists('get_tax_meta'))
require_once("path/to/Tax-meta-class/Tax-meta-class.php");
$saved_data = get_tax_meta($term_id,'field_id');
echo $saved_data;
Related Posts:
- Only one category per post
- Is there an easy way to make a meta box have the tabs like the Categories meta box has?
- How to display non-hierarchical taxonomy as terms with checkboxes?
- How do the ‘tag’ and ‘category’ (default) taxonomies do ‘save_post’ action?
- Changing Top Level Items into Radio Buttons in the Categories Meta Box?
- Admin Panel – Disable Moving Selected Terms To Top of Metabox
- How to Make a Categories Meta Box with Hierarchical Checkboxes on Frontend?
- Add search to list of categories in post editor
- Need help adding custom field to category
- Save metabox checkboxes values to custom content type
- Category Search functionality on category metabox (wordpress admin)
- WP 3.0.5: Best way to add custom metaboxes for post categories?
- Render Selected Categories in Admin Edit Post Screen differently
- Want to hide some categories from the categories meta box in the post editor for the two specific user roles
- How to remove the “+Add Category” button from the Category metabox?
- Category pie diagram meta box in post editing page
- Limit a meta box to a specific category
- Automatically exclude categories from metabox based on title
- How can I edit the ‘Most Used’ tab in the categories meta-box to show another custom taxonomy?
- Use Tag input metabox style for Categories
- How to modify the output of wp_terms_checklist when used within the built-in category metabox on edit posts?
- Custom Meta Box (SELECT2) Not Saving Taxonomy Terms
- How to restrict the amount of categories/post tags/terms for a post type post
- Custom meta boxes ID prefix showing on first category but not others
- Filter categories/tags to display in multiple metaboxes for selection in back-end
- how can we bring category metabox to Media Library/Upload New Media Page
- create relationship between posts from one category and posts from another category
- Taxonomy custom check box meta field not getting saved
- Meta Box: display single image on an archive-template
- How can I add metaboxs to Admin Bar?
- How to add all categories into an array and extract the categories names and use it with a custom meta box
- Category Template – to be editable from the backend?
- How to add featured image for category (without a plugin)?
- Category archive by year with permalink support /category/YYYY
- Create a category list page
- How do I use the same post slug for different Categories?
- Default WP Gallery – show only galleries of a certain category
- How to tax query X number of posts related by tag first, then by category if not enough in tag-related
- Woocommerce product categories order [closed]
- How do I create a way for users to assign categories to a post from the frontend?
- Exclude sub category posts from category display
- How to hide a specific category posts in my monthly archive?
- Give specific category its own permalink structure
- Automated adding of one tag to all the posts in a category
- How to set up sub-categories for author pages?
- Assign different category colours to different categories in the main menu
- Action hooks returning old category instead of new category
- Category checkboxes in upload modal
- wp_list_categories, Add class to all list items with children
- Using separator with wp_list_categories
- How to mass-insert categories?
- Multi-site or categories?
- Custom WP_Query for current category (in category.php)?
- Why is get_the_category() saying that I have two categories?
- View the latest created categories
- Custom sidebar on category pages
- category hierarchy level as a body class – parent cat =1, child cat=2, grandchild=3
- How do I get the category slug from wp_dropdown_categories
- How to display only posts assigned to a particular, isolated, subcategory
- exclude categories from search results
- How to change a post category when the ACF datepicker Field is today
- Category archives with monthly pagination
- Older entries link within category page
- Two separate portfolio pages [closed]
- How to hide child categories from displaying
- List Child Categorie and hide the parent
- Child categories doesn’t echo if it doesn’t contain at least a post
- About title on a page
- Show different title on category page
- Problem with multiple loops in wordpress theme
- Displaying year once in category.php [duplicate]
- Restrict CSS on one page
- Check is category parent with ids from the childs – get_term_children
- Check for parent category
- I need advice on how to structure the categories according to the layout i have
- How to get posts using category slug in ClassiPress?
- Problem with wp_create_category
- Assign author to category and not only posts
- Product category display in tabs
- Sending all categories associated with a post to Google Ad Manager for use with .setTargeting
- Pull in an “Include” file based on a WordPress Category ID
- How to fetch common posts from two feeds?
- Why is URL Slug Saving Differently From How It’s Been Defined?
- How to set acf color field as background color to product category
- How to add all subcategories as submenu in WordPress menu
- How to noindex, follow a specific category wordpress?
- Category pages resolving with and without category prefix
- get taxonomy list in a page in the wordpress
- Is there a way to allow users to customize their feed view?
- Number of categories slowing down the site
- Subcategory Page 404ing
- displaying one category on one page
- Question About Messing With Category Pages and Descriptions
- How to exclude category and post_tag taxonomy while displaying custom taxonomy?
- List Terms by category
- How to make 10 post of one category
- Listing category
- Showing one post from each category, paged?
- Custom permalinks structure
- Weird html output of single_cat_title – is not inside of the html element?