D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: How to make a NEW TEMPLATE, with no sidebar or header

Front Page D5 Creation Forum General Support How to make a NEW TEMPLATE, with no sidebar or header Re: How to make a NEW TEMPLATE, with no sidebar or header

#4394
Paul Wallin
Participant

I tried Full Width, but it still puts a “header” and “Title” on it. What is the correct PHP entry to remove those two items, but keep the color formatting, and use the WYSIWYG

I tried this… but returned a blank white page (i added comment to: line 12, line 13, line 19, line 20

<?php
/*
Template Name: BIO
Simplify Theme’s (full width tweaked)
Copyright: 2012, D5 Creation, https://www.d5creation.com
Based on the Simplest D5 Framework for WordPress
Since Simplify 1.0
*/
?>

<?php
/* get_header();
*/?>
<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>