Support

Account

Home Forums General Issues ACF Image – Img Src Unknown – Image not showing Reply To: ACF Image – Img Src Unknown – Image not showing

  • You need to know the post ID of the post where the image is saved.

    From your description I’m not sure how you’d go about getting that ID.

    You then tell ACF where to get the value from

    
    <img src="<?php the_field('footer_1_1', $post_id); ? />" />