content-page.php 431 B

12345678910
  1. <article id="post-<?php the_ID(); ?>" <?php post_class('page-content'); ?>>
  2. <div class="entry-content">
  3. <?php the_content(); ?>
  4. <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'foto' ), 'after' => '</div>' ) ); ?>
  5. <?php edit_post_link( __( 'Edit', 'foto' ), '<span class="edit-link">', '</span>' ); ?>
  6. </div><!-- .entry-content -->
  7. </article><!-- #post-<?php the_ID(); ?> -->