Creating my first Childtheme
Hello Friends! I'm finally working on my first childtheme, but I'm having some trouble with the files in the folder "includes"
I need the files "theme-functions.php" and "theme-header.php" modified childtheme my folder, but when I copy these files to a subfolder "/ my-childtheme/includes /" these files do not make any effect on my site.
I have tried to copy the file "functions.php" to the folder of my childtheme, but I had an error message when loading the site:
"Warning: require(/var/www/vhosts/imoveis.net/teste/wp-content/themes/imoveisnet1/framework/load.php) [function.require]: failed to open stream: No such file or directory in /var/www/vhosts/imoveis.net/teste/wp-content/themes/imoveisnet1/functions.php on line 12
Fatal error: require() [function.require]: Failed opening required '/var/www/vhosts/imoveis.net/teste/wp-content/themes/imoveisnet1/framework/load.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/vhosts/imoveis.net/teste/wp-content/themes/imoveisnet1/functions.php on line 12"
What should I do to have the files "theme-functions.php" and "theme-header.php" running on my childtheme?