Skip to:
Content
Pages
Categories
Search
Top
Bottom

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


Xevo
Participant

@xevo

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

Try that, offcourse change the link into whatever you want it to be.

(place in functions.php)

Skip to toolbar