Would like my login and registration to go to a different page
Quote from JohnStaples on July 13, 2024, 8:18 pmRather than add yet another plugin I did the following,
1) changed the logo and other look-and-feel stuff on login/registration pages to make them match my site (here is a great link for doing this https://www.elegantthemes.com/blog/tips-tricks/how-to-customize-the-wordpress-login-page)
2) added code to hide the admin left sidebar (this simple change makes it look a lot less like Wordpress!)
3) added stylesheet for the backend admin to allow me to hide all of the things on the Profile page that I don’t want/need
4) several other minor things to improve the UX
Now my login, registration and profile pages all match my site and don’t present that jarring change to Wordpress backend.
If anyone is interested I can provide all of the code and styles I used to accomplish this.
Rather than add yet another plugin I did the following,
1) changed the logo and other look-and-feel stuff on login/registration pages to make them match my site (here is a great link for doing this https://www.elegantthemes.com/blog/tips-tricks/how-to-customize-the-wordpress-login-page)
2) added code to hide the admin left sidebar (this simple change makes it look a lot less like Wordpress!)
3) added stylesheet for the backend admin to allow me to hide all of the things on the Profile page that I don’t want/need
4) several other minor things to improve the UX
Now my login, registration and profile pages all match my site and don’t present that jarring change to Wordpress backend.
If anyone is interested I can provide all of the code and styles I used to accomplish this.