• 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)
  • Can you please share your website link.

    Thread Starter Martin

    (@matotien)

    Am working on it locally, will put up something for you online.

    I would say: refresh your page, if you have eliminated the code to display the h1 title, then there is no way that they will show unless you are using the wrong HTML code to show them.

    confirm to yourself using the Chrome/FF inspect function to verify that you are actually using the code that you think you should be.

    Al

    one other thing: do use a child theme and make your code changes in it.

    Al

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘header h1 title’ is closed to new replies.