All post get this and it show up on top in a bar with arrows. Problem the entire line - not just the Site Doc Com gets the H1 tag which I image can't be good for SEO? How do I get rid of it entirely? <h1> Site Doc Com <imgsrc="http://www.site-not-real.com/wp-content/themes/infowaytheme/images/arrow.png"alt="arrow"/></h1>
Hello, Go to page.php present in your theme directory and remove the code given below Code: <h1> <?php the_title(); ?> <img src="<?php echo get_template_directory_uri(); ?>/images/arrow.png" alt="arrow"/></h1> Sending image for reference Use same process for (template-fullwidth.php, template-contact.php and template-gallery.php).