Support

Account

Home Forums General Issues Image field used in template not always returning image url Reply To: Image field used in template not always returning image url

  • i had a problem once when the name was too long, maybe try something like “fdhder_img”. i don’t really think that helps but in one case something like this solved the problem for me.

    or try
    <?php echo get_field('featured_header_image'); ?>

    or
    <?php echo get_field('fdhder_img'); ?>