I have created a child theme, using a plugin, but I have noticed that the functions.php & header.php, these files that have been customized are not there in the child theme directory.
Only the file functions.php with just 24 lines of codes.
I’m concerned, how is it possible to add the full customized codes of functions.php from main theme to the child theme.
Hi,
Yes, it works perfectly fine… but all my customized codes are in the functions.php file which is in the primary theme folder.
Now, I’m afraid if the primary updates were done, all my customized codes will be overwritten.
How you are sure that functions.php & header.php file have been customized by the plugin?
Can you please clarify what customization have made in those files? Also can you please provide us the child theme via email here.
Hi,
The functions.php & header.php have not been customized by the plugin.
I did some customization on both files based on your previous instructions about some modifications I wanted.