<?php
	$image = get_field('fieldname');
	if( !empty($image) ):
	$url = $image['url'];
?>
<img src="<?php echo $url; ?>" >
<?php endif; ?>

latest post

0