Published
- 1 min read
acf repeater
The solution for this is noted below
acf repeater
Solution
<?php if( have_rows('repeater_field_name') ):
while( have_rows('repeater_field_name') ): the_row();
$image = get_sub_field('image');
endwhile;
endif; ?>
Try other methods by searching on the site. That is if this doesn’t work