When your website means business.

ACF | Type: PHPACF Images: ID

By using the ID, you can specify which crop size of the image and even get the name of the file!
NOTE: select ID option when creating custom field.

<?php 
$image = wp_get_attachment_image_src(get_field('image_test'), 'full'); 
echo '<img src="'.$image[0].'" alt="'.get_the_title(get_field('image_test')).'" />';
?>

Reference Links

Menu
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Cookies Notice