Hello, I am trying to create a child theme. I have only the style.css file in my child theme folder and I am getting the following error from the parent theme (when I activate the child theme.) I have to add the functions.php in the child theme as well, later.
Warning: require(/themes/Child-Theme/app/AutoLoader.php): failed to open stream: No such file or directory in /wp-content/themes/Parent-Theme/functions.php on line 17
And my functions.php is similar to the original one here.
Can you please comment on this issue as what should go inside the functions.php of child theme.
Any help or guidance will be much appreciated.
Cheers.
Hello, I am trying to create a child theme. I have only the style.css file in my child theme folder and I am getting the following error from the parent theme (when I activate the child theme.) I have to add the functions.php in the child theme as well, later.
Warning: require(/themes/Child-Theme/app/AutoLoader.php): failed to open stream: No such file or directory in /wp-content/themes/Parent-Theme/functions.php on line 17And my functions.php is similar to the original one here.
Can you please comment on this issue as what should go inside the functions.php of child theme.
Any help or guidance will be much appreciated.
Cheers.