PATH:
home
/
lab2454c
/
sothebankuab.com
/
wp-content
/
themes
/
sinatra
/
page-templates
<?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();
[+]
..
[-] template-sinatra-fullwidth.php
[edit]