Changeset 25088 for trunk/src/wp-content/themes/twentyfourteen/content.php
- Timestamp:
- 08/22/2013 05:02:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content.php
r25021 r25088 19 19 <?php endif; ?> 20 20 21 < h1 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h1>21 <?php the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); ?> 22 22 23 23 <div class="entry-meta"> 24 <?php if ( has_post_format( 'gallery' ) ) : ?>25 <span class="post-format">26 <a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'gallery' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'twentyfourteen' ), get_post_format_string( 'gallery' ) ) ); ?>"><?php echo get_post_format_string( 'gallery' ); ?></a>27 </span>28 24 <?php 29 endif;30 31 25 if ( 'post' == get_post_type() ) 32 26 twentyfourteen_posted_on();
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)