extending functions.php in my child-theme
-
I created a child-theme for buddypress using the default template.
Everything worked until I tried adding in the following to my child-theme functions.php file
require_once(TEMPLATEPATH . '/includes/functions/custom_functions.php');
I created the /includes/functions/custom_functions.php file within the child theme folder, but it’s not picking it up.
Does bp not understand TEMPLATEPATH? Or am I just missing something really stupid here?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘extending functions.php in my child-theme’ is closed to new replies.