How to make custom taxonomy check boxes like ‘Categories’
Just set ‘hierarchical’ => true in the args to register_taxonomy() (even if you never intend to add terms with parent-child relationships) and you will get the same UI for assigning terms from that custom taxonomy when creating/editing that custom post type as you would with the builtin category taxonomy. And if you want a dropdown … Read more