registration links to /wp-signup.php but should link to /wp-login.php?action=register
registration links to /wp-signup.php but should link to /wp-login.php?action=register
I have the same problem. Cannot log in from signup page by SideBarLogin.
While we are waiting for someone's idea, I think that we should hide this Login Bar in signup page.
You can add this style in your wp-signup.php:
<style>
.widget_wp_sidebarlogin {display: none;}
</style>
Example: http://asiatip.net/in/wp-signup.php >> don't display Login Bar.
This topic has been closed to new replies.