functions.php for child-theme
Hello,
I'm using jobroller 1.6.4 and I wanted to create a functions.php in my child-theme as recommended, but I realized that I then overwrite the code of the original functions.php of the jobroller-theme. So I copied and pasted all the code to the functions.php of the child-theme, just to get error pages saying: "failed to open stream: No such file or directory". Of course the variables refer the directory-structure of the parent-theme, not to the child-theme. Do I have to copy all the missing files to the child-theme too, or can I customize the pathes in the new functions.php?
Thanks for your advice