I have multisite set up and on my subfolder sites, logging in goes to the Membership Options Page(s) instead of the Login Welcome Page(s). The user IS being successfully logged in, but simply is not being sent to the right page upon login.
The code used in my log in buttons looks like this:
<a href="<?php echo wp_login_url( ); ?>" title="Login">Login</a>
<a href="<?php echo wp_logout_url( ); ?>" title="Logout">Logout</a>
Any ideas why this is happening?
Thanks and Merry Christmas!