Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Static Front Page, Blog Link Doesn’t Work


thomasbp
Participant

@thomasbp

May I reopen? :)

The solution above worked for me until BP 1.1.

Now I don’t want to tamper around with the functions.php in the parent theme.

Thus I’ve tried to unhook the “bp_dtheme_show_home_blog” function in the bp-sn-parent/function.php by entering

remove_action( ‘wp’, ‘bp_dtheme_show_home_blog’, 2 );

into the functions.php of my child theme. Even though other functions in my child functions.php are working the removing of this action does not succeed. Any idea why?

Skip to toolbar