You can add content to the category edit pages by hooking into the edit_category_form_fields
(still in the form table) or edit_category_form
(outside the table but before the submit button). Similar hooks exist for tags or custom taxonomies, check the source. To handle these extra values you need to find a good hook yourself, make sure you handle it before editedtag
redirects you.
There are no clean meta box handlers, you need to write most code yourself. But please let us know how you did it, it might be interesting for others!
Related Posts:
- How can i call from custom fields to the category editor?
- How can I add an image upload field directly to a custom write panel?
- add_action hook for completely new post?
- How do I improve this admin query snippet to avoid generating duplicate results on non-meta searches?
- How to validate custom fields in custom post type?
- How to add tab which is visible only in admin side of product in woocommerce? [closed]
- Creating custom field with drop down on new post page
- Save metabox with multiple checkbox array
- How can i list current author’s categories?
- How to Make a Category Always Selected?
- Retrieving custom fields with $wpdb->get_results
- How to create Image gallery Metabox in wordpress [closed]
- Utilize TinyMCE hyperlink chooser outside of TinyMCE
- Calling clean_term_cache() fails when called in the same plugin that creates terms, succeeds when called separately?
- Missing “category_children” option when dynamically creating categories via a plugin
- Can we create a category list page in WordPress?
- WP Query group/order by category name
- template_redirect for single posts w/ custom fields
- prevent post to have multiple categories in my plugin
- Support auto-save and revisions for custom fields
- Best choice of options/settings framework for plugin/theme development
- Ordering posts by metadata
- Show add_meta_box by selecting a specific category
- Which are the hooks run before/after when a category’s deletion?
- how do you prevent showing a particular category on the admin dashboard for specific user roles?
- Adding set of custom fields to WordPress Post in Dashboard
- get_posts() not working when accessing with a custom user role
- Is it possible to change a term slug before being saved to the database?
- Custom Taxonomy to dropdown box on adminside wordpress
- wp_insert_category() setting the ‘cat_ID’ gives not array error
- Create & Save multiple Meta-boxes
- Saving value of a selection option in comment form as comment meta
- Strange issue saving custom field data for a WooCommerce order
- Woocommerce – Convert Delivery method into a custom field
- Send push when new post is published in a certain category
- How to get Metabox custom field to show checked if value is updated using post meta query?
- How do I update a field of a meta box?
- Input value from metabox is not found in $_POST after post save
- Run Shortcode of post’s custom field in functions.php / Plugin
- How do I get the sub categories of the parent when in a sub category?
- Custom code for WordPress dynamic menu
- Filter Categories widget to allow custom sorting?
- Redirect to another page using contact form 7? [closed]
- Checked() function on a multidimensional array
- Function/Class to list categories with checkboxes
- What is the best way to store a few fields?
- Delist entries in the_loop
- Remove entire [$key] from array stored in custom field using Ajax – unset($array[$key]); not working
- How can I add a simple custom field to my plugin?
- Ajax is not working in a loop
- How can I show posts for a single category?
- Check if post belongs to any category
- How to save post meta as an array in Gutenberg?
- How to display the categories on page using shortcode?
- How to display the category id along with category name on categories list?
- Issues Updating Post Meta with AJAX (Seems simple but cannot figure it out)
- per blog metadata for plugin
- add_action pre_term_description vs. pre_category_description
- How to format custom fields when editing an attachment?
- How to show parents of current page category, excluding the category?
- WP Dropdown Categories, display subcategories but not grandchildren categories?
- Any way to update_post_meta with html content? It gets stripped and becomes empty
- Load stylesheet in edit category page?
- How to relate the Category to user?
- How to exclude categories from get_categories() select list inside a widget admin panel
- How to Show Category List With Corresponding Links?
- how to add custom fields into new & update post page?
- Exclude Woocommerce Product Category From Sitemap
- Customise Grouped Product display in Woocommerce with custom column
- How to show only the last two categories in a menu?
- Determine if term is Category or Tag
- WP_Query not ordering correctly
- How to check category name available or not
- Adding customs fields on each product on the cart
- delete category on plugin deactivation wordpress
- Post is uncatagorized in publish_post action
- Hide post by ‘post_category’
- Woocommerce product not appearing in category list page when created programatically [closed]
- add_meta_box does not display meta box in Admin
- Yoast and another plugin
- How and when would I implement some code which would take data from one part of the Db and put it in another?
- Making Woocommerce optimized for more than 500k products
- Add a new tag based on the category name in the publish event
- Displaying Custom Post Meta
- Creating an archive page listing external data
- Synch Custom Post Types (and Custom Fields, Cats, etc.) Between WordPress Sites
- I want to display the content of a text field only if it has been entered
- What method would I use to show an image in between X amount of posts on category archive? [duplicate]
- Create Unique and Customized User ID for Website Members in WordPress
- Can I log the searches that are returning 404 in the DB?
- filter on get_posts efficiently
- How to get recent one post from each category on home page?
- Where is it better to start learning how to develop for WordPress?
- Is there any way to test if a function running only on plugin update is successfully running?
- Override pluggable functions in a plugin?
- Plugin update not reflected in WordPress plugin page
- How do I alter the comment form ‘allowed tags’ text in a plugin?
- Remove sidebar on single page using plugin API
- Enqueuing scripts and styles in custom plugins
- Custom post type that lets users create a set of posts?