Make WordPress Themes

source: jehanne/1.1.4/page-templates/front-page-no-column.php

Last change on this file was 96863, checked in by themedropbox, 7 years ago

New version of Jehanne - 1.1.4

File size: 368 bytes
Line 
1<?php
2/**
3 * Template Name: Front Page, Full Width Template
4 *
5 * @package WordPress
6 * @subpackage Jehanne
7 * @since Jehanne 1.0
8 */
9__( 'Front Page, Full Width Template', 'jehanne' );
10
11get_header(); ?>
12
13        <?php while ( have_posts() ) : the_post(); ?>
14
15                <?php get_template_part( 'content', 'page' ); ?>
16
17        <?php endwhile; // end of the loop. ?>
18
19<?php get_footer(); ?>
Note: See TracBrowser for help on using the repository browser.