Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: customize default buddypress header with child theme…


tlachaussie
Participant

@tlachaussie

No, the only files in my child theme folder are style.css and functions.php

functions.php contains this…

<?php

function my_remove_bp_actions() {

remove_action( ‘init’, ‘bp_dtheme_add_custom_header_support’ );

}

add_action( ‘init’, ‘my_remove_bp_actions’, 9 );

?>

Skip to toolbar