Home › Forums › Add-ons › Repeater Field › Repeater RANDOM From Another Page › Reply To: Repeater RANDOM From Another Page
Ok, thanks. I did some more research and came across this coding:
<?php while(the_repeater_field('clapper_images', '24')): ?>
<?php if($rand == $i): ?>
<?php the_sub_field('people_clappers_images', '24'); ?><?php endif; ?><?php $i++; ?>
<?php endwhile; ?>
It works, but only echos out one image and the same image every time. Any ideas how to get it to echo out a random image each time.
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.