web/wp-content/themes/twentyeleven/content-quote.php
changeset 204 09a1c134465b
parent 194 32102edaa81b
equal deleted inserted replaced
203:f507feede89a 204:09a1c134465b
     9 ?>
     9 ?>
    10 
    10 
    11 	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    11 	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    12 		<header class="entry-header">
    12 		<header class="entry-header">
    13 			<hgroup>
    13 			<hgroup>
    14 				<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>
    14 				<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>
    15 				<h3 class="entry-format"><?php _e( 'Quote', 'twentyeleven' ); ?></h3>
    15 				<h3 class="entry-format"><?php _e( 'Quote', 'twentyeleven' ); ?></h3>
    16 			</hgroup>
    16 			</hgroup>
    17 
    17 
    18 			<div class="entry-meta">
    18 			<div class="entry-meta">
    19 				<?php twentyeleven_posted_on(); ?>
    19 				<?php twentyeleven_posted_on(); ?>
    68 			<?php endif; // End if $show_sep ?>
    68 			<?php endif; // End if $show_sep ?>
    69 			<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>
    69 			<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>
    70 			<?php endif; // End if comments_open() ?>
    70 			<?php endif; // End if comments_open() ?>
    71 
    71 
    72 			<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
    72 			<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
    73 		</footer><!-- #entry-meta -->
    73 		</footer><!-- .entry-meta -->
    74 	</article><!-- #post-<?php the_ID(); ?> -->
    74 	</article><!-- #post-<?php the_ID(); ?> -->