Support

Account

Home Forums General Issues Can't Add Custom Taxonomy Images Inside Posts Reply To: Can't Add Custom Taxonomy Images Inside Posts

  • Just tried both and it still results in an empty output:

    <?php
    $term = get_queried_object();
    $image = get_field('taxonomy_images',  'term_' . $term->term_id);
    
    ?>
    
    <img src="<?php echo $image ?>"/>