header h1 title
-
Hello,
How can i remove the h1 headers for the pages? i have tried removing it from the front-page.php file and home.php file
Here is the initial code
<?php if ( is_home() && ! is_front_page() ) : ?> <header> <h1 class="page-title screen-reader-text"><?php single_post_title(); ?></h1> </header>edited code
<?php if ( is_home() && ! is_front_page() ) : ?> <header> </header>but the h1 headers for the pages are still visible.
Kind regards,
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘header h1 title’ is closed to new replies.
