Can one of you please clarify how you made this work? I’ve been hunting for this solution for weeks. Where did you put this code:
<a href=”yourdomain.com/<?php global $userdata;
get_currentuserinfo(); echo( $userdata->user_login );?>”>Client Page
Did you have to make a Client.php page?
Thanks for your help!