Advertisement
Guest User

Untitled

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