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
        
name; ?>