Display ACF term field

9

Last updated

Added

Informations

temp

Code

<?php $term = get_queried_object(); ?>

<?php the_field(‘field_name’, $term); ?>

<?php foreach (get_the_terms( get_the_ID(), ‘taxonomy_name’ ) as $term) : ?>

<?php echo $term->name; ?>
<?php the_field(‘field_name’, $term); ?>

<?php endforeach; ?>

Contribute to this page

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *


name; ?>