Support

Account

Home Forums General Issues Get Custom Taxonomy in Select Taxonomy Field Type with its Image Reply To: Get Custom Taxonomy in Select Taxonomy Field Type with its Image

  • A little more into

    In the filter

    
    $image = get_field('image-field-name', $term);
    

    and create the image tag following the image field doc