Forums

Display tag admin box like categories, without hierarchy. (2 posts)

  1. TCBarrett
    Member
    Posted 6 months ago #

    I want to register a custom taxonomy, without hierarchy, but have the back-end work like categories do and not like tags.

    That is I want the (tags) to be listed with checkboxes by them (like categories are), but I don't want hierarchical children available.

    Is there a nice way to do this?

  2. John Blackbourn (johnbillion)
    Member
    Posted 1 month ago #

    It's easy enough. You just need to remove the default meta box and then add your own one which uses wp_terms_checklist() to output the terms.

    I've pasted a code example here: http://pastebin.com/MswB57Fn

Reply

You must log in to post.

About this Topic