#25462
 loraehmke
Participant

Hi Catalin,

Thanks – the GD bbPress Attachment plugin is good. I don’t believe I’m using a redirect plugin. However, I added a redirect code to the functions.php file in the Kleo-Child theme:

function my_pmpro_login_redirect_url($redirect_to, $request, $user) {
return home_url();
}
add_filter(‘pmpro_login_redirect_url’, ‘my_pmpro_login_redirect_url’, 10, 3);

With this code, now users by-pass the WordPress admin area completely and stay on the front end of the site. So this is a step in the right direction. HOWEVER, I still have this issue:

Currently, when users type in my site home page URL, they go to the standard login page (see attachment) instead of the front end of my home page. My preference would be to have users go directly to the home page (not the WordPress login page). Once there, users could select either “Login” or “Register” (from the top navigation menuu) and a pop-up modal window would appear. How do I go about achieving this?

Attachments:

Log in with your credentials

Forgot your details?