• I’ve created some custom taxonomies, but find it cumbersome to add new taxonomies to a page because I have to remember what to type…

    Is there a way to have a checkmark selection (like categories do now) for which taxonomies a page is a member of?

    I’ve looked around the plugins and don’t see anything for the admin panel, and not much written about it through Google…

    Thanks

    Matt

Viewing 1 replies (of 1 total)
  • if you create a hierarchical taxonomy it will behave the same as categories with the checkbox:

    register_taxonomy( 'custom', array ('custom_taxonomy'), array('query_var' => 'custom', 'label' => _('Custom'), 'hierarchical'=>true));
Viewing 1 replies (of 1 total)
  • The topic ‘Custom Taxonomy Selection Admin-Panel Plugin?’ is closed to new replies.