• Hi,

    how can I change the post title heading tag? Post titles are H2 which is very bad for SEO, so I would like to know if there is a way to change it to H1.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,
    you can change by editing content-entry.php, single.php and page.php changing all H2 headers to H1.
    Try installing the WP Editor plugin to enhance the default editor and then navigate to the /themes/olsenlight/ folder to find the files.

    • This reply was modified 7 years, 11 months ago by Fotis.

    Hello wilsonjr. If you decide to proceed with this modification I would suggest you create a child theme, copy over the three files and make the modifications there. This will allow your changes to survive future theme updates. If you directly edit the theme’s files, all changes will be lost once you update.

    Have a look at this guide to learn more about child themes and how to create one. Also note that in Olsen Light you do not need to add anything in the functions.php file, just create the proper style.css file for your child theme and you should be ok.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change post title heading tag?’ is closed to new replies.