Advertisement
Guest User

Untitled

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