Tagged Questions
0
votes
1answer
148 views
Display additional user fields
A theme is in development that echo's fields from the users account on their themed account page. This is the standard format.
<?php echo $current_user->user_lastname;?>
Thats all well ...
9
votes
3answers
4k views
User registration then auto login
I am using a plugin modified for my purposes. What I am after is after the user has registered for it to automatically log them in and return the to the current page. At the moment it sends them an ...