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