View difference between Paste ID: bQa1d7bg and U8pqpwdf
SHOW: | | - or go back to the newest paste.
1
<?php while(the_repeater_field('article_info')): ?>
2
	<?php if(get_field('article_info')): ?>
3-
       		<h1><?= get_field('article_info'); ?></h1><small> <?= the_sub_field('location'); ?> <?= the_sub_field('date'); ?> - <?= the_sub_field('time'); ?></small>
3+
       		<small> <?= the_sub_field('location'); ?> <?= the_sub_field('date'); ?> - <?= the_sub_field('time'); ?></small>
4
	<?php endif; ?>
5
<?php endwhile; ?>