#
January 3, 2013 at 11:48 am
@chrisburton Thanks a bunch bud!!!!! I saw that SE question last night, but obviously I was too tired to process.
This seems to work:
$attachment_id = get_sub_field(‘background_photo’);
$image_attributes = wp_get_attachment_image_src( $attachment_id, $size );
echo $image_attributes[0];