[wp-hackers] Display tag admin box like categories, without hierarchy

Tom Barrett tcbarrett at gmail.com
Thu Apr 5 14:22:58 UTC 2012


On 5 April 2012 09:51, Tom Barrett <tcbarrett at gmail.com> wrote:

> Line 3 needs to be: add_action( 'add_meta_boxes', 'do_my_meta_boxes' );
>

Additionally, and quite sadly (for me), that doesn't work as is. WordPress
core expects a different data structure for tags than for categories.

Tags: mytaxonomy=Term Name 1,Term Name 2, Term Name 3
Cats: mytaxonomy[]=array(term_id_1, term_id_2, term_id_3)

Small steps :)

-- 
http://www.tcbarrett.com | http://gplus.to/tcbarrett |
http://twitter.com/tcbarrett


More information about the wp-hackers mailing list