D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
mybf1
/
www
/
pati.bf1.my
/
wp-content
/
themes
/
sinatra
/
page-templates
/
Filename :
template-sinatra-fullwidth.php
back
Copy
<?php /** * Template Name: Sinatra Fullwidth * * 100% wide page template without vertical spacing. * * @package Sinatra * @author Sinatra Team <hello@sinatrawp.com> * @since 1.0.0 */ get_header(); if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content/content', 'sinatra-fullwidth' ); endwhile; endif; get_footer();