Home › Forums › General Issues › ACF Taxonomy Filtering › Reply To: ACF Taxonomy Filtering
Hi @funack
I am yet to find a solution for this.
As discussed in the old support thread:
Term meta is stored in the wp_options table (as there is no ‘default’ meta table for terms). Each option_name is prefixed with the taxonomy name + term_id
Like this:
category_2_image => 123
I don’t think it is possible to perform a meta query due to the way data is stored.
Perhaps you could look at another term_meta solution?
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.