Support

Account

Home Forums General Issues Echo image field Reply To: Echo image field

  • Okay,

    I found the solution!

    <?php $image = get_field('author_photo'); ?>
    

    ” alt=”<?php echo $image[‘title’]; ?>” />

    – 2nd line in above code is omitting half part, screenshot attached. use your image field name instead of ‘author_photo’