Home › Forums › General Issues › How To display the gallery's one image in front end › Reply To: How To display the gallery's one image in front end
Do you mean you want to display the first image in the gallery by itself? If so, with the code you have $images[0] will be the first image. So something like this should work:
<img src="<?php echo $images[0]["sizes"]["large"]; ?>" >
You don’t need to put that in the foreach loop. Just after checking if($images):
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.