<?php  // get the current taxonomy term $term = get_queried_object();  // vars $image = get_field('cat_image', $term);  ?>  <img src="<?php echo $image['url']; ?>" />

Read more of this post