• File: homepage-template.php
  • Full Path: /home/chassiw/www/wp-content/themes/buildbench/template/homepage-template.php
  • File size: 148 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/*
 * Template Name: HomePage Template
 *  */

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