Display first name instead of username on single reply
-
Hi everyone.
I’m trying to change the loop-single-reply template to display the users first name instead of username, I’ve created a child theme and have the necessary templates in the bbpress folder, I think it’s the following line I need to replace…
<?php bbp_reply_author_link( array( ‘sep’ => ‘<br />’, ‘show_role’ => false ) ); ?>
From what I can tell, this displays the avatar and username, whereas I want it to show the avatar then firstname, but not found any way to do this.
Does anyone have any ideas?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.