<?php
// load thumbnail for this taxonomy term
$thumbnail = get_field('thumbnail', $term->taxonomy . '_' . $term->term_id);
//change $term->taxonomy with taxonomy name
?>
<?php
// load thumbnail for this taxonomy term
$thumbnail = get_field('thumbnail', $term->taxonomy . '_' . $term->term_id);
//change $term->taxonomy with taxonomy name
?>