taxtorpedo

page-nosidebar.php

Sep 17th, 2011
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <?php
  2. /*
  3. Template Name: Page Template (No Sidebars)
  4. */
  5. ?>
  6.  
  7. <?php get_header(); ?>
  8.  
  9. <div id="contentleft" style="width:100%;">
  10.  
  11. <div id="content" style="width:100%;">
  12.  
  13. <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
  14.  
  15. <div class="singlepost">
  16.  
  17. <div class="post clearfix maincontent" style="margin-bottom:0;" id="post-<?php the_ID(); ?>">
  18.  
  19. <div class="entry clearfix">
  20.  
  21. <h1><?php the_title(); ?></h1>
  22.  
  23. <?php the_content(); ?>
  24.  
  25. </div>
  26.  
  27. </div>
  28.  
  29. </div>
  30.  
  31. <?php endwhile; endif; ?>
  32.  
  33. </div>
  34.  
  35. </div>
  36.  
  37. <?php get_footer(); ?>
Add Comment
Please, Sign In to add comment