Current File : /home/natitnen/hintact.com/wp-content/themes/ave/ajaxify.php
<?php
/**
 * The template for displaying the header
 *
 * @package Ave
 */

while ( have_posts() ) : the_post();

	the_content();

endwhile;