acf loop through post types output featured image code example
Example 1: acf loop through post types output featured image
<img src='<?php echo $featured_image[0]; ?>' alt='Photo' class='thumbphoto'>
Example 2: acf loop through post types output featured image
$featured_image = wp_get_attachment_image_src(get_post_thumbnail_id(), 'thumbnail' );