Hi Jeremy. I suggest setting the Success Page URL to your Login page, just in case the Member is not already logged in. That would be:
- Code: Select all
http://www.yoursite.com/wp-login.php
You *could* set the Success Page to your Login Welcome Page, but if they are not logged in yet, they'd get kicked back over to the Membership Options Page again. The best way to deal with this, is to send Customers to the Login Page, and add a
?redirect_to parameter, pointing to the Page that you'd like them to see first. You could create a
tinyURL out of this, just to make it cleaner.
- Code: Select all
http://www.yoursite.com/wp-login.php?redirect_to=http://your-login-welcome-page-url