Function.php Child Theme Error
Hi, I am not able to use the original function.php file inside the child-theme. It doesn't seem to have any effect when I make changes at all. The same goes for woocommerce files that I insert into the child theme woocommerce folder. Why is this?
Comments
you can not use whole files in child theme. You can only use functions from these files. More information about this you can read on http://forum.muffingroup.com/betheme/discussion/3128/theme-shortcodes-php-doesn-t-work-in-betheme-child
More information about child theme you can read on https://codex.wordpress.org/Child_Themes
Thanks!