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