Advertisement
STATEDLIGHT

Full Width Page Template

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