Changeset 30394 for trunk/src/wp-content/themes/twentyfifteen/content.php
- Timestamp:
- 11/19/2014 08:27:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/content.php
r30314 r30394 1 1 <?php 2 2 /** 3 * The default template for displaying content .3 * The default template for displaying content 4 4 * 5 5 * Used for both single and index/archive/search. … … 12 12 13 13 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 14 <?php twentyfifteen_post_thumbnail(); ?> 14 <?php 15 // Post thumbnail. 16 twentyfifteen_post_thumbnail(); 17 ?> 15 18 16 19 <header class="entry-header"> … … 44 47 45 48 <?php 49 // Author bio. 46 50 if ( is_single() && get_the_author_meta( 'description' ) ) : 47 51 get_template_part( 'author-bio' ); … … 53 57 <?php edit_post_link( esc_html__( 'Edit', 'twentyfifteen' ), '<span class="edit-link">', '</span>' ); ?> 54 58 </footer><!-- .entry-footer --> 59 55 60 </article><!-- #post-## -->
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)