File Editor
Directories:
.. (Back)
core
css
images
js
Files:
404.php
archive.php
author.php
category.php
changelog.txt
class-tgm-plugin-activation.php
comments.php
customizer.php
footer.php
front-page.php
functions.php
google-font.php
guardian-default-settings.php
header.php
index.php
loop.php
page-fullwidth.php
page.php
post-content.php
readme.txt
rtl.css
search.php
searchform.php
sidebar.php
single.php
style.css
tag.php
weblizar-breadcrumbs.php
woocommerce.php
Create New File
Create
Edit File: page-fullwidth.php
<?php //Template Name: Full Width Page get_header(); get_template_part('weblizar','breadcrumbs'); ?> <div class="container"> <div class="col-md-12 content_fullwidth lessmar"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php get_template_part('post','content'); endwhile; else : get_template_part('nocontent'); endif; get_template_part('post-author'); ?> <div class="clearfix divider_dashed9"></div> <?php comments_template('',true); ?> <div class="clearfix mar_top2"></div> </div><!-- end content left side --> </div><!-- end content area --> <div class="margin_top5"></div> <?php get_footer(); ?>
Save Changes
Rename File
Rename