Duplicate H1, H2 and H3 Tags
-
Hello,
I have a couple of wordpress sites that have the writers-blogily theme. There are duplicate h1, h2, and h3 tags. I checked the plugins and that didn’t seem to be the issue. I was referred to the theme. Below is the header.php code for h1 and h2. Can someone tell me the code or how to fix this so that I just have my individual title, h1, h2, and h3 tags that I set for each page.
<div class=”logo-container”>
<h1 class=”site-title”>” rel=”home”><?php bloginfo( ‘name’ ); ?></h1>
<?php
else :
?>
<h2 class=”site-title”>” rel=”home”><?php bloginfo( ‘name’ ); ?></h2>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Duplicate H1, H2 and H3 Tags’ is closed to new replies.