Advertisement
Guest User

caiminds page

a guest
Jun 9th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php get_header(); ?>
  2. <div id="post">
  3. <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
  4. <h1><?php the_title(); ?></h1>
  5. <?php the_content(); ?>
  6. <?php comments_template(); ?>
  7. </div><!-- /post -->
  8. <?php endwhile;?>
  9. <?php endif; ?>
  10. </div><!-- /main -->
  11. <?php get_sidebar(); ?>
  12. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement