Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Homepage other than Activity or Admin Blog (or a WP page)


Xevo
Participant

@xevo

Whoops, forgot a little thingie. :)

function xe_redirect() {
if (bp_is_front_page()) {
wp_redirect('http://www.example.com');
}
}
add_action( 'bp_init', 'xe_redirect' );

Skip to toolbar