Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
themes
/
kasuari
:
page.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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(); ?>