blueawesome
1/18/2018 - 1:24 AM

Flexible Layout

<?php if( have_rows('layout') ): ?>
			<?php while ( have_rows('layout') ) : the_row(); ?>
			
			        <?php if( get_row_layout() == 'full_width_img' ): ?>
			
			        	<?php the_sub_field('text'); ?>
			        	
			        <?php elseif( get_row_layout() == 'download' ): ?>
							
						<?php the_sub_field('text'); ?>
			
			       <?php endif; ?>
			
			    <?php endwhile; ?>
			
			<?php else : ?>
			<?php endif; ?>