Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Getting Buddypress Functions in to Custom Theme

You shouldn’t need to copy over anything from bp-default functions.php as that will cause a ‘cannot re-declare’ error notice. it sounds as though you have separated yourself from bp-default including the javascript files, it’s probably best to run a child that still references the functions and javascript files just copy over any folders and if necessary the css folder and change your styles.css @import paths to reference the local folder.

Skip to toolbar