transmitstudio
10/17/2015 - 5:01 AM

Custom loop for PartnersHC page

Custom loop for PartnersHC page

// now, run the loop
?>
<div class="fl-content-full container bottom-<?php echo $title_background ?>">
	<div class="row">
		<div class="fl-content col-md-12">
			<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
				<?php get_template_part('content', 'page'); ?>
			<?php endwhile; endif; ?>
		</div>
	</div>
</div>