- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/inc/template-tags.php
r42343 r43571 134 134 135 135 if ( is_singular() ) : 136 ?>136 ?> 137 137 138 138 <div class="post-thumbnail"> 139 <?php the_post_thumbnail(); ?>139 <?php the_post_thumbnail(); ?> 140 140 </div><!-- .post-thumbnail --> 141 141 … … 167 167 168 168 if ( has_excerpt() || is_search() ) : 169 ?>169 ?> 170 170 <div class="<?php echo $class; ?>"> 171 171 <?php the_excerpt(); ?> 172 172 </div><!-- .<?php echo $class; ?> --> 173 <?php173 <?php 174 174 endif; 175 175 }
Note: See TracChangeset
for help on using the changeset viewer.