Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Registration/Log In Link in homepage?

part 1. This will work in BBpress only: <?php if ( !in_array( bb_get_location(), array( 'login-page', 'register-page' ) ) ) login_form(); ?> put that in the header.php I’m not sure how to do it in WP to make it work.

part 2. edit the logged-in.php in your bb theme

Skip to toolbar