Re: Getting Buddypress Functions in to Custom Theme
Unless there is good reason you shouldn’t need to worry about functions.php or at least you can create your own functions.php in your theme root and in that add your own unique functions. It’s as Michael says earlier don’t copy any of the default functions, if you have created a child theme correctly you will inherit that file as well as being able to run your own one in child theme just as long as you don’t try and declare or call the same function twice