Edit Members login
-
I am using WP 4.9.8 Theme 2014 with a child theme which has a footer.php and a bit of CSS.
I am trying to edit the login for my members area as they are not allowed to reset the password.I want to remove the “Get New Password” box, I also want to redirect the “lost your
password?” link using this that I found in the forum “function
my_custom_lostpassword_url( $url ) {
return ‘https://localhost/wordpress/?page_id=3880’;
}
add_filter( ‘lostpassword_url’, ‘my_custom_lostpassword_url’ ); “but not sure where to upload it to. (It crashed in wamp as I had not got the function in the correct place.)
Thanks.The page I need help with: [log in to see the link]
- The topic ‘Edit Members login’ is closed to new replies.