Re: Testing new theme, Hybrid as a parent
Hi @designodyssey.
I’m just adding
/* Load the BuddyPress functions for the theme */
require_once( MALLEABLE . '/functions-buddypress.php' );
to my Hybrid child template functions.php so I can keep all Buddy Press required stuff separate from Hybrid functions & hopefully only load those functions/js/css when viewing BuddyPress pages in my next revision.