Archived topic
How to change the archive H2 titles to H3 or H4 titles
3 replies · Started by Amit on June 6, 2020
I want to change the H2 tag in Blog archive to H3 or even span as their are too many. How to do that?
Hi there,
You would need to use a child theme:
https://docs.generatepress.com/article/using-child-theme/
Copy the content.php file and paste it in the child theme folder:
https://github.com/tomusborne/generatepress/blob/master/content
Then edit this line:
https://github.com/tomusborne/generatepress/blob/master/content.php#L34
Thanks Leo, that worked perfectly. I hope that doesn't affects the sitespeed by loading 2 similar files.
No problem :)