Forums

Custom Taxonomy Selection Admin-Panel Plugin? (2 posts)

  1. tazatek
    Member
    Posted 1 year ago #

    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

  2. badfun
    Member
    Posted 11 months ago #

    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));

Topic Closed

This topic has been closed to new replies.

About this Topic