I want to create 4 set of 'student user' types, currently trying to use peter's redirect login wordpress plugin but appears to crash the'default' settings of 'students' landing page' upon login. Kindly advise how I can de-activate the theme's setup for students login landing page redirection, so I can setup 4 different types of 'students' types' so they will land on 4 different 'landing pages'. Many thanks,
Please try settings the wplms login redirect settings to "same page" and then use the peter's login redirect .
refer : http://prntscr.com/8ruqsz
Hi, I got this, tried on a fresh site template/sample data off yours, and my current post-live website. Is there something I've done and set wrong ?
Please try adding the given code in your wplms-customizer.php file in wplms customizer plugin :
if(function_exists('redirect_wrapper')){
add_filter( 'login_redirect', 'redirect_wrapper', 101, 3 );
}
Hi, Following your advice, but now all my wordpress admin turns all into white pages? Kindly advise.
Hi, got it working finally. thanks v much for your support!
Marking as resolved and closing the topic .