Support

Account

Home Forums ACF PRO Image not displaying Reply To: Image not displaying

  • Hi @osalcedo

    Please see the edited answer I did above.. I completely blanked on the image object.

    
    <?php $image = get_field('headshot'); ?>
    <img src="<?php echo $image['url']; ?>" alt="<?php echo $image['alt']; ?>" />