Changeset 40458 for trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php
- Timestamp:
- 04/17/2017 10:08:55 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php
r39618 r40458 34 34 if ( is_single() ) { 35 35 the_title( '<h1 class="entry-title">', '</h1>' ); 36 } elseif ( is_front_page() && is_home() ) { 37 the_title( '<h3 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h3>' ); 36 38 } else { 37 39 the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' );
Note: See TracChangeset
for help on using the changeset viewer.