Path : /home/vishqocm/middleeastoday.com/wp-content/themes/digiqole/template/
File Upload :
Current File : /home/vishqocm/middleeastoday.com/wp-content/themes/digiqole/template/homepage-template.php

<?php
/*
 * Template Name: HomePage Template
 *  */

get_header();
while(have_posts()) :
	the_post();
	the_content();
endwhile;
get_footer();