Support

Account

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.