Hi
I have added some code to the functions.php file (woocommerce snippet which works fine if I do not move the function file) and need to copy it to the child theme but everytime I do I cannot get the website to work. Any ideas what I am doing wrong
Regards
Richard
Hey Richard!
Thank you for using the theme!
Are you trying to copy the function on your child theme functions.php? Please post the code here, we need to inspect it. If you don’t mind, please use pastebin.com for the code.
Cheers!
Ismael
Hi Ismael
I am trying to copy the whole functions.php across to the child theme. I have a feeling by what you said that is not way to do it?
If I was to post the code I would be posting all the functions.php coding?
regards
Richard
Hi!
When adding functions to your child theme, you would only add those functions you want or need to use. Typically the functions.php in a child theme would start out empty. You then add functions as needed.
Cheers!
Devin