Support

Account

Home Forums Backend Issues (wp-admin) Filtering Taxonomy "Load Terms"

Helping

Filtering Taxonomy "Load Terms"

  • I am working on a site that requires me to filter a series of taxonomies into a multi-select. I am able to properly filter the choices by using acf/fields/taxonomy/query. However, am I able to filter the “load terms” functionality? For instance, if a post has the following associated terms:
    – Term A
    – Term B
    – Term D

    And the filtered ACF taxonomy field is showing only:
    – Term A
    – Term D

    I’d like the “load terms” to only show Term A and D. Currently, it is showing all three despite Term B not being in the list.

    Is that possible? I don’t see any filters for the load terms functionality.

  • Have you tried removing the unwanted values in an acf/prepare_field filter?

    However, if you also have save terms enabled this will result in the terms being deleted from the post.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.