Tagged Questions
0
votes
3answers
52 views
Redirect user after login/registration globally
How it possible to redirect all users, even administrators after login to specific page? And also redirect users after successful registration? Any simplest way? For example I want to redirect users ...
0
votes
0answers
32 views
Registration Fail Redirect Problem
We use two registration links allowing users to register for different roles:
/wp-login.php?action=register&utype=subscriber
/wp-login.php?action=register&utype=contributer
The subscriber ...
3
votes
1answer
252 views
Logout/login redirect CSS issue
I'm using WordPress Multisite. When I use wp_logout_url(), I get redirected to the login page but somehow I end at a different login page without any styles applied
<a href="<?php echo ...
0
votes
3answers
217 views
Change 'Back To Website' link in wp-login.php
The login form on the page wp-login.php has a link at the bottom that says "Back to website-name"
This link always redirects to the home page I would like it to redirect to the page the user has come ...
0
votes
1answer
243 views
Redirect away from login page
I'm trying to find a way to prevent the login screen from showing up when user makes a mistake filling out the login form.
So, right now, I have the login form printed on a custom template. But if ...
1
vote
3answers
3k views
How to redirect all requests to wp-login.php?
I created some custom login/registration template pages and now I want that every request to wp-login.php to be redirected to a custom url. Now I have something like this:
...