Hi Everyone,
I’ve had a look around and haven’t been able to find an answer to this question. Hopefully someone here can help me.
I have set everything up so that upon logging in, each member is redirected to a specific welcome login page, based on the special redirection URL tag of %%current_user_login%% (or %%current_user_nicename%% works the same). I have done this by placing conditions on each welcome page, which is attached to each users details. Everything works perfectly.
However…
I have also created a separate page that each member can go to which displays their account settings, so that each member has the ability to modify these if they wish. On this page, I am attempting to place a “back to welcome page” link which should take them back to their unique welcome login page, based on their user login name. I have been attempting to do this by using the exact same URL as is being used as the special redirection URL that is currently working perfectly after sign in (example.com/clients/%%current_user_login%%).
This isn’t working.
Essentially, I’m just trying to make a custom link that directs the logged in member back to their custom welcome page (that is currently working perfectly).
Is there something obvious I’m missing?
thanks guys!
EDIT
Just in case anyone else is trying to solve this issue as well. I realized that using “www.example.com/wp-admin” as the link target will automatically direct members who are signed in back to their custom built LWP because of the special redirect I set up in the General Settings.
Problem solved