web/wp-content/themes/twentyeleven/content-aside.php
changeset 204 09a1c134465b
parent 194 32102edaa81b
equal deleted inserted replaced
203:f507feede89a 204:09a1c134465b
    11 ?>
    11 ?>
    12 
    12 
    13 	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    13 	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    14 		<header class="entry-header">
    14 		<header class="entry-header">
    15 			<hgroup>
    15 			<hgroup>
    16 				<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
    16 				<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
    17 				<h3 class="entry-format"><?php _e( 'Aside', 'twentyeleven' ); ?></h3>
    17 				<h3 class="entry-format"><?php _e( 'Aside', 'twentyeleven' ); ?></h3>
    18 			</hgroup>
    18 			</hgroup>
    19 
    19 
    20 			<?php if ( comments_open() && ! post_password_required() ) : ?>
    20 			<?php if ( comments_open() && ! post_password_required() ) : ?>
    21 			<div class="comments-link">
    21 			<div class="comments-link">
    40 			<?php if ( comments_open() ) : ?>
    40 			<?php if ( comments_open() ) : ?>
    41 			<span class="sep"> | </span>
    41 			<span class="sep"> | </span>
    42 			<span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
    42 			<span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
    43 			<?php endif; ?>
    43 			<?php endif; ?>
    44 			<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
    44 			<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
    45 		</footer><!-- #entry-meta -->
    45 		</footer><!-- .entry-meta -->
    46 	</article><!-- #post-<?php the_ID(); ?> -->
    46 	</article><!-- #post-<?php the_ID(); ?> -->