[Plugin: Theme My Login] Redirects to blank page if it's the homepage
-
I’m running WP 3.4.1 and TML 6.2.2
I’ve put the TML form inside a custom menu in my theme
I’m calling the login form with
theme_my_login( array( 'login_form' => 'login-form.php' ) );
the menu appears on every page of my website, and with a javascript dropdown the user can log in and out
the form is running fine, except that if the page where it is fired is the homepage, it will redirect to a blank page, regardless if it’s going to throw an error or logging a user
you can try it yourself here: https://www.nellaterradisandokan.com
even though it’s in Italian, you can click login, then enter any text for the user/password… you’ll notice that on the homepage it will return a blank page, while if you do the same on any other page it will return errors correctly
what it could be?
ps – do not attempt to register an user at this time, ’cause I’m having some trouble with the registration form too, but that’s not handled by TML and the issue has nothing to do with this one
- The topic ‘[Plugin: Theme My Login] Redirects to blank page if it's the homepage’ is closed to new replies.