Moving footer to child

Latest Reply from Dave at 2017-05-22 02:21:16
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
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:
require_once( get_stylesheet_directory() . '/my_included_file.php' );

Thus you may ovewrite an existing file or add some new one.

Leave a reply

Add codeAdd image