Skip to content

Instantly share code, notes, and snippets.

@jbd91
Last active July 9, 2020 18:44
Show Gist options
  • Save jbd91/5711d6e6499136c49bcd02924b758f17 to your computer and use it in GitHub Desktop.
Save jbd91/5711d6e6499136c49bcd02924b758f17 to your computer and use it in GitHub Desktop.
ACF Repeater
<?php if( have_rows('') ) : ?>
<?php while( have_rows('') ) : the_row(); ?>
<?php endwhile; ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment