- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/template-tags.php
r42343 r43571 56 56 if ( $links ) : 57 57 58 ?>58 ?> 59 59 <nav class="navigation paging-navigation" role="navigation"> 60 60 <h1 class="screen-reader-text"><?php _e( 'Posts navigation', 'twentyfourteen' ); ?></h1> … … 63 63 </div><!-- .pagination --> 64 64 </nav><!-- .navigation --> 65 <?php65 <?php 66 66 endif; 67 67 } … … 183 183 184 184 if ( is_singular() ) : 185 ?>185 ?> 186 186 187 187 <div class="post-thumbnail"> 188 <?php189 if ( ( ! is_active_sidebar( 'sidebar-2' ) || is_page_template( 'page-templates/full-width.php' ) ) ) {190 the_post_thumbnail( 'twentyfourteen-full-width' );191 } else {192 the_post_thumbnail();193 }194 ?>188 <?php 189 if ( ( ! is_active_sidebar( 'sidebar-2' ) || is_page_template( 'page-templates/full-width.php' ) ) ) { 190 the_post_thumbnail( 'twentyfourteen-full-width' ); 191 } else { 192 the_post_thumbnail(); 193 } 194 ?> 195 195 </div> 196 196
Note: See TracChangeset
for help on using the changeset viewer.