7 years ago
Wayne Fusco
Member
I need help moving the footer section of the main theme to the child theme. I know that if I update all the theme I will loose all the customization I have done. Can someone please help me with that?
Let me know what you need from me.. Thanks in advance Wayne |
7 years ago
Dave
Support Service
Hi!
Unfortunately, we don't provide any services for creating or customizing child themes. Here is an article provided by WordPress regarding child themes: https://codex.wordpress.org/Child_Themes As I can see you just need to copy the needed file from the parent theme to the folder of child one and declare it in your functions.php file of the theme using similar code:
Thus you may ovewrite an existing file or add some new one. |