Advertisement
STATEDLIGHT

Page Template

Jan 21st, 2013
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <?php get_header(); ?>
  2. <div id="container">
  3. <div id="content">
  4. <?php the_post(); ?>
  5. <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  6. <h1 class="entry-title"><?php the_title(); ?></h1>
  7. <div class="entry-content">
  8. <?php the_content(); ?>
  9. <div class="clear-floats"></div>
  10. <?php wp_link_pages('before=<div class="page-link">' . __( 'Pages:', 'tiger' ) . '&after=</div>') ?>
  11. <?php edit_post_link( __( 'Edit', 'tiger' ), '<span class="edit-link">', '</span>' ) ?>
  12. </div>
  13. </div>
  14. <?php comments_template( '', true ); ?>
  15. </div>
  16. </div>
  17. <div id="sidebar"><?php dynamic_sidebar('right'); ?></div>
  18. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement