Skip to content

Instantly share code, notes, and snippets.

@barbwiredmedia
Created November 4, 2013 21:25
Show Gist options
  • Save barbwiredmedia/7309436 to your computer and use it in GitHub Desktop.
Save barbwiredmedia/7309436 to your computer and use it in GitHub Desktop.
Wordpress Plugins - Templates ACF advanced custom fields repeater field with sub fields
<?php while (the_repeater_field('repeater_name_here')): ?>
<?php the_sub_field('repeater_sub_here'); ?>
<?php endwhile; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment