• Hello,

    I ve a classic site with page on the left and widget on the right. My site title (H1) is over this both containers in the header.

    I would like to have my H1 on the top of each page, and not in my header. I wonder if I can take the code in the page-header.php and move it inside page.php ??

    I also wonder if it will be still SEO friendly..

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • This sounds like a Theme issue – what Theme are you using?

    Thread Starter edouardcoleman

    (@edouardcoleman)

    Virtue theme.

    The h1 code in page-header.php is:
    <h1>
    <?php echo kadence_title(); ?>
    </h1>

    I first tried to remove it with a child theme, but the title is still showing..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving H1 code from header to page’ is closed to new replies.