display recently registered users
-
Hello
I found a function (http://www.wpbeginner.com/wp-tutorials/how-to-display-recently-registered-users-in-wordpress/) to display last registered users on a page.
All is working good but i don’t know how to make a link for each user’s profile.
I tried to modify the code given above like this :
$recentusers .= '<li>' .get_avatar($username->user_email, 150).'<a href="'.bp_core_get_user_domain($user_ID).'">'.$username->user_nicename."</a></li>";
But no success.
Any help would be appreciate
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘display recently registered users’ is closed to new replies.