Advertisement
Artisantopia

content-page.php

May 2nd, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <?php
  2. /**
  3. * The template used for displaying page content in page.php
  4. */
  5. ?>
  6. <div class="article-wrap">
  7. <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  8. <div class="entry-content">
  9. <?php the_content(); ?>
  10. <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', TB_GETTEXT_DOMAIN ), 'after' => '</div>' ) ); ?>
  11. <?php edit_post_link( __( 'Edit', TB_GETTEXT_DOMAIN ), '<span class="edit-link">', '</span>' ); ?>
  12. </div><!-- .entry-content -->
  13. </article><!-- #post-<?php the_ID(); ?> -->
  14. </div><!-- .article-wrap (end) -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement