Support

Account

Home Forums General Issues get_field from Custom Taxonomy Reply To: get_field from Custom Taxonomy

  • You need to use the taxonomy and the term_id value in your get_field call

    
    $group=get_field('channel_group', 'channel_'.->$event->term_id);