Ticket #52938: 52938.diff
File 52938.diff, 586 bytes (added by , 4 years ago) |
---|
-
src/wp-content/themes/twentytwentyone/index.php
diff --git a/src/wp-content/themes/twentytwentyone/index.php b/src/wp-content/themes/twentytwentyone/index.php index 2a4b1291ac..3425342e73 100644
a b 14 14 * @since Twenty Twenty-One 1.0 15 15 */ 16 16 17 get_header(); 17 get_header(); ?> 18 18 19 if ( have_posts() ) { 19 <header class="page-header alignwide"> 20 <h1 class="page-title"><?php single_post_title(); ?></h1> 21 </header><!-- .page-header --> 22 23 <?php if ( have_posts() ) { 20 24 21 25 // Load posts loop. 22 26 while ( have_posts() ) {