Support

Account

Home Forums Front-end Issues Taxonomy Name in Archive Page Not Working Reply To: Taxonomy Name in Archive Page Not Working

  • I did this also, here is the code.

    
    <?php $term = $wp_query->queried_object; ?>
    <?php the_field('cat_image', $term); ?>
    

    Thank you for your help.