File Editor
Directories:
.. (Back)
images
inc
js
languages
Files:
404.php
archive.php
comments.php
featured-box.php
footer.php
front-page-blog.php
front-page.php
fullwidth.php
functions.php
header.php
index.php
license.txt
page.php
readme.txt
rtl.css
search.php
searchform.php
sidebar-footer.php
sidebar.php
single.php
style.css
Create New File
Create
Edit File: fullwidth.php
<?php /* Template Name: Full Width design Theme's Full Width Page to show the Pages Selected Full Width Copyright: 2012-2016, D5 Creation, www.d5creation.com Based on the Simplest D5 Framework for WordPress Since Design 1.0 */ ?> <?php get_header(); ?> <div class="pagenev"><div class="conwidth"><?php design_breadcrumbs(); ?></div></div> <div id="container"> <div id="content-full"> <?php if (have_posts()) : while (have_posts()) : the_post();?> <h1 id="post-<?php the_ID(); ?>" class="page-title"><?php the_title();?></h1> <div class="entrytext"> <?php the_content(); ?> </div><div class="clear"> </div> <?php edit_post_link(__('Edit This Entry','d5-design'), '<p>', '</p>'); ?> <?php comments_template(); ?> <?php endwhile; endif; ?> </div> <?php get_footer(); ?>
Save Changes
Rename File
Rename