[wp-hackers] Customizing the view of custom taxonomies

Mike Schinkel mikeschinkel at newclarity.net
Sun Aug 1 21:27:39 UTC 2010


Scott:

Is this what you are looking for?

http://gist.github.com/503778

Note that it's easy to add fields at the end but to add them elsewhere you've have to write a lot of tricky code to use output buffers with multiple hooks and then potentially fragile code to parse the HTML to insert your own fields.

Let me know if I understood correctly.

-Mike


On Aug 1, 2010, at 12:30 PM, Scott Bressler wrote:

> The drop-down is indeed for editing the available terms themselves. When one
> adds a "copy editor" term to the taxonomy, they will pick that this is of
> type "user." Then, there will of course also be a drop-down in the metabox
> itself for choosing a user. If one were to make a "due date" term, they
> would choose "date" as the type when editing the taxonomy. Then in the
> metabox there would be a date selector.
> 
> So can I customize the view of editing the taxonomy like this?
> 
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers



More information about the wp-hackers mailing list