Home › Forums › Add-ons › Repeater Field › Repeater RANDOM From Another Page › Reply To: Repeater RANDOM From Another Page
Hi @RE20
Your code looks great. Have you debugged it line by line?
You can debug your code like so:
<?php
echo '<pre>';
print_r( $rand_row );
echo '</pre>';
die; ?>
Do this for each line of code, and obviously change the $variable as you go through each line. This way you can see what data is in your variables.
You may find that there is a field name spelling mistake, or perhaps the return value of the image is an object, not an ID?
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.