Changeset 42343 for trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php
r40472 r42343 31 31 <?php endif; ?> 32 32 33 <?php if ( is_front_page() && ! is_home() ) { 33 <?php 34 if ( is_front_page() && ! is_home() ) { 34 35 35 36 // The excerpt is being displayed within a front page section, so it's a lower hierarchy than h2. … … 37 38 } else { 38 39 the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); 39 } ?> 40 } 41 ?> 40 42 </header><!-- .entry-header --> 41 43
Note: See TracChangeset
for help on using the changeset viewer.