kazamiza22
Registered Member
- Oct 6, 2011
- 79
- 4
is there a plugin to put a wordpress posts title in all posts with H1 code ?
is there a plugin to put a wordpress posts title in all posts with H1 code ?
<?php the_title();?>
Just change them on the code, it's easy.
WP admin > Appearance > Editor > Single.php
look forand enclosed it with <h1></h1>Code:<?php the_title();?>
click update and you're done!