Child theme - File changes
Hi there!
Can you please tell me what should i do?
I ve made some changes to the file content-post.php and content-single.php that are in the main theme. ii'm already running child theme.
Since there are updates coming out all the time, do i just have to copy these 2 files to the child theme folder? inside a folder? or should i do something else?
Thank you.
Comments
if you are doing changes in parent theme files, you need to keep them somewhere in safe place to overwrite them again after the update. Because child theme works only with 2 files: style.css and functions.php, all changes using child theme need to be done under functions.php file. For more details about child theme please visit https://codex.wordpress.org/Child_Themes
Thanks!