I want to make this theme even more SEO friendly. Where do I go to find the title tags to wrap them in H1 tags?
Thanks!
I want to make this theme even more SEO friendly. Where do I go to find the title tags to wrap them in H1 tags?
Thanks!
Hi,
This code will add the title of the page. Please place it in the Header.php file for best results. You can change the opening and close tags to h2 and so on elsewhere on the page.
<?php the_title('<h1>', '</h1>'); ?>
Thanks,
Nick
This topic has been closed to new replies.