????

Your IP : 216.73.216.152


Current Path : /home2/morganrand/public_html/sub/wp-content/themes/writee/inc/theme/layouts/
Upload File :
Current File : /home2/morganrand/public_html/sub/wp-content/themes/writee/inc/theme/layouts/standard.php

<?php 
/**************************************/
## Standard blog layout
/**************************************/

?>

<div class="standard-container">
	<?php 
		
		if(have_posts()):
			while(have_posts()): the_post();
				
				get_template_part('inc/theme/layouts/standard/content'); 
				
			endwhile;
			
		else:
			get_template_part('inc/theme/views/content-none'); 
		endif; 
		
	?>
</div>