Current File : /home/natitnen/elitepathways.com.ng/wp-content/themes/hub/ajaxify.php
<?php
/**
 * The template for displaying the header
 *
 * @package Hub
 */

while ( have_posts() ) : the_post();

	the_content();

endwhile;