How to Redirect the Default BuddyPress Register Page

Are you looking for a way to redirect the default BuddyPress register page to the customized LoginPress register page?

LoginPress is one of the best WordPress login page customizer plugins that lets you customize the default WordPress login page according to your requirements. The point worth noting is that everything is done straight from the WordPress admin dashboard without the need for coding skills.

Note: We assume you’ve already installed and activated LoginPress on your site. If not, see our guide on How to Install And Activate LoginPress (Free).

We're pleased to announce that you can use LoginPress with BuddyPress to customize user-friendly Log In, Register, and Lost Your Password pages.

In this knowledgebase article, we'll show you how LoginPress works well with the Log In and Lost Your Password form in BuddyPress powered site and how to redirect the default BuddyPress Register page to the default LoginPress Register page.

Let’s get started!

The Default BuddyPress Register Page

BuddyPress allows you to create a site where members can register to create user profiles, have private conversations, make social connections, create and interact in groups, and much more. 

Note: Here, we assume you already have a BuddyPress powered website.

BuddyPress uses the standard WordPress Log In and Lost Your Password pages. However, it incorporates its own registration page with distinct registration fields.

buddypress

When you customize the default WordPress Login, Lost Your Password, and Register pages using LoginPress, the changes will affect only the Login and Lost Your Password pages. 

The registration page will remain the same.

See the GIF below:

buddypress register page

Redirect the Default BuddyPress Register Page to LoginPress’s Register Page

You can easily redirect the default BuddyPress registration page to LoginPress’s registration page. You only need to copy and paste the code in the theme’s functions.php file.

Note: It’s recommended to use a child theme to edit the functions.php file instead of the parent theme. There are chances to lose the modified code when you update your theme. It might cause some adverse effects on your website.

Here is the code for you:

// Disable the Register URL for the BudyPress.
remove_filter( 'register_url', 'bp_get_signup_page' );

// Remove the redirect to the register page of BuddyPress. 
remove_action( 'bp_init', 'bp_core_wpsignup_redirect' );

// Disable BuddyPress registration form
add_filter('bp_get_signup_allowed', '__return_false');

// Enable default WordPress registration form
add_filter('bp_get_signup_page', 'use_default_wp_register_form');

function use_default_wp_register_form( $signup_page ) {
    return wp_registration_url();
}

Now, click the Register button on the Login form, and you'll be taken to the LoginPress Register form.

loginpress register page

That’s it! Use LoginPress with BuddyPress-powered sites now to rebrand the Log In, Register, and Lost Your Password pages.

If you have any doubts or questions, please don’t hesitate to contact our support team. We will be happy to help you.

Still stuck? How can we help?

Updated on January 3, 2024

Documentation
triangular shape yellowish icon

Frequently Asked Questions (FAQs)

These FAQs answer the most common questions about our WordPress custom login page plugin.

three shapes icon

Where can I get support for LoginPress?

If you need help with LoginPress, you can contact us here. We’ll be happy to answer any questions about the plugin.

Do you have an affiliate program?

Yes, we have an affiliate program that you can sign up for here. As an affiliate, you’ll earn a commission on every sale you refer to us.

Do you offer refunds?

Yes, we offer a 14-day money-back guarantee on all of our plans. If you’re unsatisfied with LoginPress, simply contact us within 14 days of your purchase, and we’ll process a refund.

Can I upgrade my license after my initial purchase?

Yes, you can upgrade your LoginPress license at any time. Simply log into your account and go to the My Downloads page. From here, you can upgrade your license and download the latest version of the plugin.

Will LoginPress slow down my website?

No, LoginPress will not slow down your website. The plugin is lightweight and only loads the necessary files when someone tries to access your login page.

three shapes icon

If you Still have Questions?

Get In Touch
Hurry up!! Limited Time Offer  - Get  20% Off  on LoginPress 
Discount Code: EARLY20 
Special Offer on LoginPress
close-image