Display name/lastname on forum
-
Hi There,
I’m working on my forum and i’m customizing my profile page(the one you can see other people’s reccords and number of posts)
the only thing i get to see are:
Forum Role
Topics Started
Replies Createdthe fields in the code look like:
<p class="bbp-user-forum-role"><?php printf( __( 'Forum Role: %s', 'bbpress' ), bbp_get_user_display_role() ); ?></p>
i’m just wondering how to show first/lastname or only lastname.
hope you can help,
Best regards,
Kaluh
- You must be logged in to reply to this topic.