Rufusmedia
10/20/2014 - 5:19 PM

ACF pro repeater syntax

ACF pro repeater syntax

<?php if( have_rows('repeater_field_name') ): ?>
    <?php while( have_rows('repeater_field_name') ): the_row(); ?>
        <!-- content here. -->
    <?php endwhile; ?>
<?php endif; ?>