A bug/problem I’ve run into:
I’ve registered a custom post type and custom taxonomy.
I’m then using this custom taxonomy as a location rule, but when I register the taxonomy without hierarchy, ie.
register_taxonomy( array('hierarchical' => false, ...))
The taxonomy terms don’t appear within location rules for Post Taxonomy. It’s fairly simple to just set this value to true and then they do appear, but it’s not 100% correct in this instance (or at least not for what I’m doing).
Hi @BenM
Currently, ACF only shows / uses heirachial taxonomies in the location field list.
I will add in a filter to enable tags as well, but this will be in a future release
Thanks
E