Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php get_header(); ?>
- <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
- <span class="page_heading blog_single_header no_margin_top"><h1><?php the_title(); ?></h1></span>
- <div class="pure_content">
- <?php the_content(); ?>
- </div><!-- #pure_content -->
- <?php endwhile; // end of the loop. ?>
- <?php get_sidebar(); ?>
- <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement