Hello Support,
Is there a way I can direct users to log in not in the WP Backend.. but use the Login/Register page I have created in the frontend ( using Ultimate Member plugin) ? This will make the login look front end submission and also unified branding... pls see the video/
Please follow the support topic below:
https://wordpress.org/support/topic/change-link-for-login-link-text/
Hi thank you for the prompt response.. I am not a technical person, but can follow a bit more detailed guide.. can you please help... I have shared my backend video and what I attempted to do.. pls help me correct it...
Please follow the steps below:
1. Put the following code in the functions.php file.
add_filter( 'login_url', 'my_login_linkchanger');
function my_login_linkchanger( $link ) {
return home_url( '/register/?type=login&redirect_to=misc-link' );
}
2. Change the red marked code with your login/registration page URL.
Thank you soo much for the help but seems since I added this the site broke.. can you please help
I can provide you with the Wp-Admin access.. if u share a secure link.. pls help.. I am not able to access rest of the site now...
Elvina.. can you please help... stuck with a non responsive site... pls let me know.. if I can give ur the backend access to help me
Please let us know are you able to login to your admin panel or not? if yes, please send the admin login details to info[at]gvectors.com email address.
If the admin panel also is not visible please send the FTP accesses. I'll ask the developers to fix the issue for you.
Thank you Astghik, Elvina,
Email sent with the Admin login ID and password
I tried to add the code you shared earlier on my child theme functions.php file, which is now removed.. but did not work.. I tried the same with the Parent Theme as well to bring the unresponsive site back…. But somewhere it broke immediately after adding this line of code.. pls let me know if you need any further information.
Please send the FTP accesses as well. The developers were not able to access your website.
sent the email... with the FTP access and tested the access at my end with FileZilla.
The issue is solved by our developers. Please check it.
You've removed the "}" symbol from the functions.php files thus the issue takes place.
ohhhhhhh.... god.... a tiny mistake can lead to soo much loss of time and anxiety... for all ...
Thank you soooooo much for the quick turnaround...and the help.. the login window also opens the front end login form.. thank you soo much..
It was super support.
Hello Team.
One more small issue somewhere.. not all blog post comments login link directing to Front end submission. Some pages are directing to the front end and some leading to back end.. can you please check the issue.. the video also highlighted the
It seems there is a cache issue.
Could you please delete all caches and press CTRL+F5(twice) on the frontend and check one more time.
I tried deleting all cache.. and did the CTRL+ F5...still same... Can you please check the below URL where the login goes? for me on all browsers it leading to the backend of the WP rather than the front end Login/Reg form... pls help
https://tarak.gorai.info/as-a-mature-student-oxford-collegiate-life/
Please make sure that you add the code provided above, if not please add and let us know.
Should I add it to the Child Theme ( active) functions.php ? or the parent theme?