Your IP : 18.225.98.190


Current Path : /home/church/www/offwins.com/wp-content/themes/envo-magazine/template-parts/
Upload File :
Current File : /home/church/www/offwins.com/wp-content/themes/envo-magazine/template-parts/template-homepage.php

<?php
/**
 *
 * Template name: Homepage
 * 
 */
get_header();
?>

<?php get_template_part( 'template-parts/template-part', 'head' ); ?>

<!-- start content container -->       
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
	<div <?php post_class(); ?>>
		<?php envo_magazine_home_widgets(); ?>
	</div>
	<?php endwhile; ?>        
<?php else : ?>            
	<?php get_template_part( 'content', 'none' ); ?>        
<?php endif; ?>    
<!-- end content container -->
<?php
get_footer();