Advertisement
Guest User

Untitled

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