I want to add few custom fields to categories. So I am looking for something like add_meta_box but for categories.
Is there any WP function like that for categories?
|
I want to add few custom fields to categories. So I am looking for something like Is there any WP function like that for categories? |
|||
|
|
|
You can add content to the category edit pages by hooking into the 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! |
|||||
|
|
this hook works only for original WP categories. Is there any solution/hook how to add custom form fields to custom category (taxonomy) type? Thanx |
|||||
|
|
it's pretty alpha... but this was supposed to be a branch off of the awesome WP_Alchemy which kicks butt at regular metaboxes |
|||
|
|