Simply use the taxonomy field.
https://www.advancedcustomfields.com/resources/taxonomy/
You can define which taxonomy to handle and how the appearance should work…
Which is awesome, because you optionally can use radio or select if you don’t want the user to set more than one taxonomy term per post.
Make sure you always set this to true if you want it work as you have described.
You can then define in your custom taxonomy code args 'show_ui' => false. This will hide the default taxonomy metabox, so you only your acf taxonomy metabox can be used.
Related Posts:
- Order get_terms using a Custom Field
- Get value in custom field with taxonomy [closed]
- Remove Category description textarea
- Custom Taxonomy Images with Advanced Custom Fields
- Advanced custom fields – taxonomy terms images [closed]
- Displaying ACF image field [closed]
- Operations with custom fields values in a loop
- ACF vs Taxonomies
- Specifying a size when displaying an image associated with a taxonomy through ACF
- How to add contents of a custom field to a taxonomy term list?
- Search Tool only refreshes Page without showing results
- Display value of custom field of custom taxonomy in single post?
- How to fetch the data from Advanced Custom post when we search specific keyword or field name related to the post?
- WordPress implode & wp_insert_post question
- Website loading slowly – Advanced Custom Fields images
- Display a colour of custom taxonomy on the page
- Can’t get taxonomy ID for each post on archive page
- Loop to display ONLY custom taxonomy parent information [closed]
- Using Advanced Custom Fields Relationship Field to select a taxonomy term
- query to use to link to taxonomy single page
- Show related posts on single.php, grouped by taxonomy terms, with Advanced Custom Field post object selected
- Why do my quick edits for custom taxonomies not show on the post frontend?
- Echo ACF taxonomy field within a foreach for another taxonomy
- new custom filed not showing in taxonomy
- Adding Advanced Custom Fields to posts
- ACF Field, hide taxonomy title and image when no nothing selected in post
- ACF Custom field not showing in Timber Taxonomy page
- WordPress search form and search result through ACF field in custom taxonomy
- How to show selected check box vendors on front end home page?
- Creating a list with multiple categoreis and options
- Taxonomies, Adanced Custom Fields and Repeatable Fields
- ACF Display Taxonomy Image Field
- Display posts from specific slug of the custom taxonomy in WordPress
- Gravity Forms with Advanced Post Creation Add-On not updating ACF fields on custom taxonomy
- ACF – How to get custom taxonomy term image field
- Custom columns on edit-tags.php main page
- Is it possible to use one slug for Multiple Taxonomies?
- Is it possible to add taxonomies to user profiles?
- Get terms from multiple taxonomies
- How to restrict on selecting child taxonomy
- Is it possible to sort the post based on a custom field?
- How do I get terms as a list for a specific post?
- Separator for multiple terms
- How get custom field from custom taxonomy?
- What are terms and taxonomy, how they related to post and how these three are stored in database?
- Get multiple term objects by ids
- Echo custom taxonomy term name
- Move terms from one taxonomy to another keeping the hierarchy
- How can I get WP to build a feed based on multiple taxonomy terms
- Getting the selected terms for custom taxonomies in the editor
- Set custom post type terms by id without knowing taxonomy
- Catchable fatal error on custom category post
- Google Map Shortcode for Custom Taxonomy/Post Types
- How to target parent product category and its children using WooCommerce?
- Lists custom taxonomy terms that has specific custom field value assigned to the term (not post)
- Custom Taxonomies not retaining hierarchy while importing from one site to another
- How to dropdown custom taxonomy?
- Sorting main query by custom taxonomy slug
- Creating conditional to display taxonomy term meta
- Custom Taxonomies and parents
- single_cat_title equivalent for custom taxonomy?
- WP Multisite: Are custom taxonomies specific to each site only?
- My taxonomy won’t be registered. Can’t see it in my back-end
- Avoid taxonomy-%term%.php if more than one taxonomy
- How to customize taxonomy archive template files for subterms?
- get_the_tags Conditional display of a custom taxonomy
- Output all terms in a custom taxonomy and add a “active” class only to the ones attached to the current post
- How can I change the output display of my pagination?
- Hide custom Woocommerce taxonomies when empty
- Custom permalink accept any params
- Terms change id after importing
- forward/redirect taxonomy archive of term to a page with same name
- Get current page term title to use in WP_Query
- Using Custom Taxonomies to organise products – struggling to call a correct list
- Use wp_list_categories to list parent categories from actual term
- Singular custom taxonomy label
- is there a way of getting term children that only shows those from two taxonomies
- Get Posts Related to Category By category id or slug
- How to add a dynamic dropdown derived from custom taxonomy
- Tree view wp-admin terms
- Order get_terms by count using a custom taxonomy hierarchy
- How to add chained dropdown filter to a wordpress website
- How to exclude the common terms?
- Get tags name under custom taxonomy in wordpress
- Show message if term slug changed
- Get post meta value outside of the loop
- Unable to create a new taxonomy
- Code inside conditional is_tax() only working when term has posts
- Get link for taxonomy to show top-level terms
- Can I make a taxonomy meta box into dropdowns for each parent category?
- Post not showing in my custom advanced search
- sort Posts by custom user filed
- Change order custom taxonomy
- WordPress taxonomy radio buttons
- How to get multiple Taxonomies not All Taxonomies?
- How to limit posts to 1 from each term with tax_query?
- Can I use $query->set() (in a pre_get_posts() hook) with a custom taxonomy in WP 3?
- Insert taxonomy term to different table
- Which filters control the Categories page (or a custom taxonomy page) in the Admin?
- How to get parent and child name in taxonomy page

