Advertisement
Guest User

Untitled

a guest
Dec 15th, 2011
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php if(get_field('article_info')): ?>
  2.  
  3.     <?php while(the_repeater_field('article_info')): ?>
  4.         <?php the_sub_field('location'); ?> <?php the_sub_field('date'); ?> - <?php the_sub_field('time'); ?>
  5.     <?php endwhile; ?>
  6.  
  7.  <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement