• File: page.php
  • Full Path: /home/chassiw/www/wp-content/themes/kasuari/page.php
  • File size: 363 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php get_header(); ?>

<!-- CONTENT WRAPPER
    ============================================= -->

<div id="content" class="clearfix">
	
	<?php while ( have_posts() ) : the_post(); 
	
		get_template_part( 'inc/format/content', 'page' );
				
	endwhile; // end of the loop. ?>

</div>
<!-- #content-wrapper end -->
<?php kasuari_footer_choice(); ?>