Skip to content

Instantly share code, notes, and snippets.

@babelpuntocl
Last active April 4, 2018 13:55
Show Gist options
  • Save babelpuntocl/0da79a8c4339759cd37db8707e35128f to your computer and use it in GitHub Desktop.
Save babelpuntocl/0da79a8c4339759cd37db8707e35128f to your computer and use it in GitHub Desktop.
<?php if( have_rows('repeater_field_name') ): while ( have_rows('repeater_field_name') ) : the_row(); ?>
<?php the_sub_field('sub_field_name'); ?>
<?php endwhile; endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment