Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php get_header(); ?>
  2. <div class="text-content">
  3. <?php if (have_posts()) : while (have_posts()) : the_post();?>
  4. <h1><?php the_title(); ?></h1>
  5. <?php the_content(); ?>
  6. <?php endwhile; endif; ?>
  7. </div>
  8. <?php get_sidebar(); ?>
  9. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement