Info
- 2 posts
- 2 voices
- Started 3 years ago by csseur3
- Latest reply from Thion
- This topic is resolved
Show the last user have joined
-
- Posted 3 years ago #
Hello,
in the front-page, i want to show the name and the link of this profile, of the membre have joined in last the forum, but how please ? :)
thanks,
Fred
-
- Posted 3 years ago #
Show last registered user? Here y'go:
<?php include_once("bb-includes/statistics-functions.php"); ?> Our newest member is <?php if ( $users = get_recent_registrants(1) ) : foreach ( $users as $user ) : ?> <a href="<?php user_profile_link( $user->ID ); ?>"><?php echo get_user_name( $user->ID ); ?></a> <?php endforeach; endif; ?> -
You must log in to post.