Archived topic
Custom files
3 replies · Started by Anna on March 30, 2021
Hello
I was trying fixed error in schema for yandex and change header.php and config.php
I was nothing broke?


Or beeter return to standart?
site: https://shpargalka.work/
Hi there,
you should NOT edit the parent theme files as the changes you made will be lost when the theme is updated.
If you want to add code inside the <head> then you can use a Hook Element:
https://docs.generatepress.com/article/hooks-element-overview/
And select hook: wp_head
ok thanks
You're welcome