Should template files be copied to the child theme for editing?
Generally, you do not need to copy the complete parent stylesheet to your child theme, you can just copy the particular code in question to your child theme’s stylesheet and modify that. As for functions.php and any other functions related files, you cannot copy that to your child theme as this will lead to a … Read more