Support

Account

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

  • Here are the screenshots showing that Categories are attached to the post and are correctly displayed in one of the Elementor’s widgets.

    And if I use php snippet

    <?php
    foreach((get_the_category()) as $category) { 
        echo $category->cat_name . ' '; 
    } 
    ?>

    Both categories get displayed correctly. The only thing I can’t get to work is ACF image field attached to a category.