pifa

Repeater ACF 2

Apr 2nd, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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; ?>
  4.  
  5. <?php while(the_repeater_field('gallery_images','option')): ?>
  6.     <img src="<?php the_sub_field('image'); ?>" alt="<?php the_sub_field('alt'); ?>" />
  7. <?php endwhile; ?>
Advertisement
Add Comment
Please, Sign In to add comment