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'); ?>
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.