Facebook
From Smelly Ibis, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 202
  1. <?php /* Template Name: Blank */ ?>
  2. <?php
  3. $noHeaderBackground = true;
  4. ?>
  5. <?php get_header(); ?>
  6.  
  7.     <?php if(have_posts()): the_post(); $postID = array(get_the_ID());?>
  8.         <section class="single-page">
  9.            
  10.                 <?php the_content(); ?>
  11.            
  12.         </section>
  13.     <?php endif; ?>
  14.  
  15. <?php get_footer(); ?>