Child theme dosen`t working
-
I transfer the file in the child theme, changed it but nothing happened.
Can you help me?
Thanks.
Hello,
Child theme can override only wordpress template files like content.php, index.php etc. Any files located in inc
folders can’t be overriden.
Regards
hmmm.. What’s the point in child theme? If I need to edit the files in the folder inc and etc, I still need to edit the main theme?
If you want to edit some PHP function from that file, you just need to copy this function to the functions.php
file in the child theme and make your customizations.
Regards
OK. Can you in the future write the names of the files that changed in the changelog? Thank you.
Sorry, but we don’t provide our changelogs with all affected files since it will be too long list.