Changeset 50806 for trunk/src/wp-content/themes/twentytwentyone/index.php
- Timestamp:
- 05/03/2021 02:33:21 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/index.php
r50802 r50806 17 17 get_header(); ?> 18 18 19 <?php if ( is_home() && ! is_front_page() && ! empty( single_post_title( '', false ) ) ) {?>19 <?php if ( is_home() && ! is_front_page() && ! empty( single_post_title( '', false ) ) ) : ?> 20 20 <header class="page-header alignwide"> 21 21 <h1 class="page-title"><?php single_post_title(); ?></h1> 22 22 </header><!-- .page-header --> 23 <?php }23 <?php endif; ?> 24 24 25 <?php 25 26 if ( have_posts() ) { 26 27
Note: See TracChangeset
for help on using the changeset viewer.