Skip to content

Instantly share code, notes, and snippets.

@verteb
Created January 27, 2014 19:18
Show Gist options
  • Save verteb/8655516 to your computer and use it in GitHub Desktop.
Save verteb/8655516 to your computer and use it in GitHub Desktop.
ACF: repeater
if( have_rows('repeater_field_name') ){
while ( have_rows('repeater_field_name') ){
the_sub_field('sub_field_name');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment