ACF get taxonomy term field

Arun - 10/02/2020 7:27 AM

Files 1

file.php
php
<?php 

// load thumbnail for this taxonomy term
$thumbnail = get_field('thumbnail', $term->taxonomy . '_' . $term->term_id);

//change $term->taxonomy with taxonomy name

?>