Viewing 2 replies - 1 through 2 (of 2 total)
  • In the theme editor, open the index.php file and look for something like this:

    <h3 class="post-title"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>

    Change the <h3> and </h3> to h2.

    Your theme, like most WordPress themes, likely hardcodes the <h1> tag around your blog name, and the <h2+> tags around the title.

    I wrote up a guide to change the <h1> tags. Let me know if it helps you (or if it’s confusing or you find a mistake!).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Titles aren’t H1 Tags??’ is closed to new replies.