Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3669

Reply To: WP User Info in bbpress

$
0
0

Okay for anyone, searching this

For Example to add the firstname from the WP User Info add
<?php $user_info = get_userdata( bbp_get_reply_author_id() ); echo $user_info->first_name . "\n";?>
in ‘loop-single-reply.php’ somewhere between Line 41 and 59.


Viewing all articles
Browse latest Browse all 3669

Trending Articles