Support

Account

Home Forums Front-end Issues Can't get image link Reply To: Can't get image link

  • See code examples and documentation here https://www.advancedcustomfields.com/resources/adding-fields-taxonomy-term/

    Either use

    
    the_field('cat_image', $cat);
    

    or

    
    the_field('cat_image', 'term_'.$cat->term_id');