Home › Forums › Backend Issues (wp-admin) › Custom Taxonomies and Conditional Logic › Reply To: Custom Taxonomies and Conditional Logic
Hi @elliot,
I’m not sure if this is related, but when you setup conditional logic to display based on a certain taxonomy, you’re only storing reference to the term_id
, instead of the term_taxonomy_id
. This surely causes issues if there are terms that are repeated across taxonomies?
Example:
Array
(
[param] => taxonomy
[operator] => ==
[value] => 27 // term_id
[order_no] => 1
[group_no] => 2
)
Any thoughts?
Cheers,
Adrian.
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.