Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php if(get_field('article_info')): ?>
- <?php while(the_repeater_field('article_info')): ?>
- <?php the_sub_field('location'); ?> <?php the_sub_field('date'); ?> - <?php the_sub_field('time'); ?>
- <?php endwhile; ?>
- <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement