Hi. Thanks for this great plugin and your good work towards the bp community. Please, how can i show total friends count beside widget title e.g Friends (10) have tried echo get friend count but it shows nothing.
Thanks for your help
Hi. Thanks for this great plugin and your good work towards the bp community. Please, how can i show total friends count beside widget title e.g Friends (10) have tried echo get friend count but it shows nothing.
Thanks for your help
Hello,
thanks for your interest of this plugin :)
You can try to add at the end of the bp_show_friends_widget_list() function this code just after line 112 :
<p>Friends ( <?php echo friends_get_total_friend_count( $user_id );?> )</p>
You must log in to post.