~antivirtel/brs-wp/trunk

« back to all changes in this revision

Viewing changes to wp-content/themes/twentyeleven/content-intro.php

  • Committer: B. Roland
  • Date: 2012-09-19 21:15:51 UTC
  • Revision ID: roland@roland-laptop-20120919211551-o5wbt3ri12rwsje8
zbench 1.3.5 frissítése

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
/**
3
 
 * The template for displaying page content in the showcase.php page template
4
 
 *
5
 
 * @package WordPress
6
 
 * @subpackage Twenty_Eleven
7
 
 * @since Twenty Eleven 1.0
8
 
 */
9
 
?>
10
 
 
11
 
<article id="post-<?php the_ID(); ?>" <?php post_class( 'intro' ); ?>>
12
 
        <header class="entry-header">
13
 
                <h2 class="entry-title"><?php the_title(); ?></h2>
14
 
        </header><!-- .entry-header -->
15
 
 
16
 
        <div class="entry-content">
17
 
                <?php the_content(); ?>
18
 
                <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
19
 
                <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
20
 
        </div><!-- .entry-content -->
21
 
</article><!-- #post-<?php the_ID(); ?> -->