- Timestamp:
- 10/15/2013 11:23:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content-page.php
r25769 r25802 10 10 11 11 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 12 <?php twentyfourteen_featured_thumbnail(); ?> 13 14 <?php the_title( '<header class="entry-header"><h1 class="entry-title">', '</h1></header><!-- .entry-header -->' ); ?> 12 <?php 13 twentyfourteen_post_thumbnail(); 14 the_title( '<header class="entry-header"><h1 class="entry-title">', '</h1></header><!-- .entry-header -->' ); 15 ?> 15 16 16 17 <div class="entry-content">
Note: See TracChangeset
for help on using the changeset viewer.