Good morning everyone
I’ve read that working with the WordPress Child Theme does not lose the changes made during the upgrade, I wanted to know if Entrada only provides modalities to the style.css and function.php files or you can also edit other files that are not included in the Child theme ? If so how can you do it?
Thanks in advance to everyone
Hello,
You are right, child theme is the best way to customize the theme for your needs, without having to worry about losing anything in future.
The child theme should only have modified files for particular purpose instead of many files, hence this only includes functions and style for started, but even those are almost blank slate. If you need to modify a file, you can create the same path in child theme and then copy the file you want to modify to your child theme.
Here is a recommended read for more on child theme: https://themeshaper.com/2009/04/17/wordpress-child-theme-basics/
Thank you