web/wp-content/themes/twentyeleven/content-featured.php
changeset 204 09a1c134465b
parent 194 32102edaa81b
equal deleted inserted replaced
203:f507feede89a 204:09a1c134465b
     9 
     9 
    10 global $feature_class;
    10 global $feature_class;
    11 ?>
    11 ?>
    12 <article id="post-<?php the_ID(); ?>" <?php post_class( $feature_class ); ?>>
    12 <article id="post-<?php the_ID(); ?>" <?php post_class( $feature_class ); ?>>
    13 	<header class="entry-header">
    13 	<header class="entry-header">
    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 
    15 
    16 		<div class="entry-meta">
    16 		<div class="entry-meta">
    17 			<?php twentyeleven_posted_on(); ?>
    17 			<?php twentyeleven_posted_on(); ?>
    18 		</div><!-- .entry-meta -->
    18 		</div><!-- .entry-meta -->
    19 	</header><!-- .entry-header -->
    19 	</header><!-- .entry-header -->