pifa

Repeater ACF

Apr 2nd, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php if( get_field('repeater_name') ): while( has_sub_field('repeater_name') ): ?>
  2. <li><?php the_sub_field('repeater_subfield'); ?></li>
  3. <?php endwhile; endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment