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>