Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Hacking bp-default’s header image

Thanks Paul. I tried to put bp_dtheme_add_custom_header_support() in my child theme’s functions.php and got a big old “can’t redeclare error.” So I’ll need to copy all the header functions, rename them, modify as needed, add define( ‘BP_DTHEME_DISABLE_CUSTOM_HEADER’, true ); to the child theme’s functions.php, and track down where the Header menu for the theme is being generated and disable it. Does that sound about right?

Skip to toolbar