Support

Account

Home Forums General Issues Looping through custom post types showing custom taxonomy term field Reply To: Looping through custom post types showing custom taxonomy term field

  • 
    $color = get_field('course_colour', 'term_'.$term->term_id);
    echo $color;
    

    or

    
    the_field('course_colour', 'term_'.$term->term_id);