Home › Forums › General Issues › Image would not show in repeater › Reply To: Image would not show in repeater
Hi @rvalburg
It is always wise to debug your code. This is the idea of dumping out the value or a variable to make sure it is what you are expecting it to bo. You can debug like so:
<?php
echo '<pre>';
print_r( get_sub_field('school-afbeelding') );
echo '</pre>';
?>
What is the value of teh sub field? Is it an array, string or an ID?
Perhaps you need to change the return type option on the image field and also read over the image field documentation to understand how these return types effect the code.
Thanks
E
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.