Redirect register form from login modal

Closed
Panagea - Hotel and Tours Booking WordPress Theme Panagea - Hotel and Tours Booking WordPress Theme March 22, 2019
Login to reply
harry smith
5 years ago
Resolved.
harry smith
5 years ago

It still redirect to wordpress's page

I changed :

$signup_url = wp_registration_url();

$forgot_url = wp_lostpassword_url();

=> To

$signup_url = home_url('/login/?action=register');

$forgot_url = home_url('/login/?action=lostpassword');

And it works.

Kelly R Support Agent
5 years ago

Hi,

Please replace /footer.php file with attached and check again.

Regards, C-Themes

harry smith
5 years ago

Currently, click on "Signup" or "forget password" will redirect to default WordPress signup page and forgot password page.

how can I redirect to the pages of the theme