Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    You would have to create a child theme and copy the header.php file into the child theme then edit this code:

    <div class="site-title" itemprop="headline"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></div>

    Changing the div opening and closing tag to h1

    Thread Starter njdiaries

    (@njdiaries)

    Thanks Shaped.. This has fix the concern.. Thanks a ton. Appreciate your support mate.. Highly recommended from my side. ?? Cheers

    Theme Author Shaped Pixels

    (@shaped-pixels)

    You are very welcome ??

    Cheers,
    Andre

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My Site title as H1 Tag’ is closed to new replies.