Support

Account

Home Forums General Issues How to filter tax terms by custom field, what am I doing wrong here? Reply To: How to filter tax terms by custom field, what am I doing wrong here?

  • checkobxes are stored as serialzed data. The value returned by get_field is going to be an array. So you need to do something like:

    if (in_array('Fiction', get_field('book_group', 'book_type_'.$term->term_id))