Advertisement
Guest User

Untitled

a guest
Oct 9th, 2011
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <?php get_header(); ?>
  2.  
  3. <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
  4.  
  5. <span class="page_heading blog_single_header no_margin_top"><h1><?php the_title(); ?></h1></span>
  6.  
  7. <div class="pure_content">
  8.  
  9. <?php the_content(); ?>
  10.  
  11. </div><!-- #pure_content -->
  12.  
  13. <?php endwhile; // end of the loop. ?>
  14.  
  15. <?php get_sidebar(); ?>
  16.  
  17. <?php get_footer(); ?>
  18.  
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement