Thanks to @Milo for the solution. I deleted all the defaults to condense the code, and then changed the ‘meta_box_cb’ parameter to ‘post_categories_meta_box’, and it did indeed give me a tag-style metabox.
As an aside, that’s not exactly what I envisioned, so I ended up using CMB2‘s taxonomy_radio field to get what I was after (a drop-down would have worked too):
Related Posts:
- Possible to register multiple custom taxonomies in one function?
- Combine multiple custom user taxonomy in single url
- Custom taxonomy forms for user profile
- Custom Taxonomy index/archive hierarchy
- Proper way to update the slug of a taxonomy using register_taxonomy? [duplicate]
- Taxonomize taxonomy terms?
- Tracking the name of a custom taxonomy
- Custom field with terms from another taxonomy programmatically
- Taxonomies and subtaxonomies relations
- Custom Taxonomy Not Being Recognized by is_tax()
- set_object_terms for custom taxonomy in custom post type – not working
- Templates files for custom post type with custom tags
- Sort Taxonomy List by Custom Values
- Register custom taxonomy from a Advenced custom field option page
- Prevent random entries in hierarchical false taxonomies
- How to modify a taxonomy that’s already registered
- Contact Form 7 – Populate Select List With Taxonomy [closed]
- Why is my working Custom Taxonomy not in get_taxonomies array?
- Custom taxonomy on permalink
- How do I filter posts by taxomony using AJAX
- How to return a list of custom taxonomy terms via the Gutenberg getEntityRecords method
- Create taxonomy with meta term using the WP Rest Api
- Get current term’s ID
- Taxonomies not appearing in columns on dashboard
- How to modify default taxonomy field to a single text field?
- How to set hierarchical terms to a post using wp_set_object_terms
- Echo taxonomy term meta on author.php
- Hierarchical display of custom taxonomy
- How to output the taxonomy term name in a widget
- How to link categories to custom taxonomy terms?
- List taxonomy / category count showing list published posts only
- Save Filter for Taxonomies
- Is It Possible To Have Shared WordPress Custom Post Types?
- WordPress renames slug of tags used in multiple taxonomies?
- Allow only 1 instance of each term in each custom taxonomy
- get_terms: determine if taxonomy term has children
- Set a taxonomy as private
- “show option all” on list categories doesn’t display taxonomy
- meta_key & meta_value not working with get_pages and custom taxonomy
- wp_insert_post not updating custom taxonomy selected if logged in as a subscriber
- Wrapping result of the_terms in a span with a class of the term name
- Taxonomy template shows only 10 posts
- What is faster: custom taxonomy or serialized post-meta for db retrieval? (over 60,000 posts)
- Get taxonomy based on another taxonomy slug
- Add Image Uploader In Admin Panel
- Tell the difference between a term and page when they have the same ID
- taxonomy tax-name archive
- Getting associated taxonomies
- How to use multiple archive templates for a taxonomy?
- Custom Taxonomy Query
- Pagination on Custom Tax Pages Removes Spaces from Query Vars
- WordPress implode & wp_insert_post question
- how can i display taxonomy instead of category on my web page?
- Taxonomy Meta Box in User Profile?
- Displaying Custom Taxonomy without a hyperlink
- Get only immediate children (and not grandchildren) of a hierarchical custom taxonomy term
- How to group all terms children’s in custom taxonomy?
- My custom taxonomy page is leading in 404 page
- Show template part if part of term
- How can I change the output display of my pagination?
- Non editable custom taxonomy
- Corrupted nav-menu?
- Remove taxonomy widget from “PAGE” post
- Custom taxonomies not showing up in admin menu
- List Top 5 taxonomy terms based on number of post
- Get list of taxonomies associated with users
- Register `product_cat` taxonomy for default post post type
- Custom Taxonomy Not Saving in Front End Post
- Taxonomy.php how to show post only in current taxonomy with wp_query?
- Don’t display taxonomy if empty
- Include get_term_link inside search
- Set two terms for a post when they differ only by an accent
- Custom taxonomies registered via plugin stop existing after function finishes running
- Rewrite Search URL Permalink For CPT Custom Taxonomies
- display taxonomy terms with link
- Listing Cities A custom taxonmy by selection order
- Template taxonomy-{taxonomy}.php doesn’t show my posts
- Can I get thumbnail of taxonomy?
- How can I rewrite a custom taxonomy archive slug
- How to truncate the description in the admin panel for a custom taxonomy
- What’s the url queryvar for a taxnomy archive?
- Get all users attached to a taxonomy
- Display taxonomy posts
- Add image to taxonomy and output to homepage
- Child Pages and Custom Taxonomies
- Remove taxonomy menu without removing the metabox?
- How to perform a search inside a specific taxonomy category
- Sorting Custom Taxonomy in ASC/DESC order?
- How can i set post_per_page in my taxonamy?
- Exclude 2 in 3 terms of A Taxonomy from all Archives
- Select default taxonomy on dropdown
- WordPress Taxonomy Menu
- Loop custom post type by taxonomy (Category)
- get_terms() – unexpected ‘=>’ (T_DOUBLE_ARROW) error
- get_term_children specific no id
- Custom Search only for my Custom Taxonomy Page – data
- Make custom post type display with custom taxonomy in url
- How do I create a term for every value of a post meta?
- Save selected terms in order of custom taxonomy in post
- Taxonomy entries are spawning copies of existing entries with the new title as the existing ID, since upgrade