How to show a list of followers
-
Hi,
I would like to place a list of followers in a different page, using the same template of default “followers” tab.
I thought it could be achieved by pasting code within “bp_follow_screen_following” function in the following link, but only to fail it.
https://github.com/r-a-y/buddypress-followers/blob/master/_inc/users/screens.php
do_action( 'bp_follow_screen_following' ); // ignore the template referenced here // 'members/single/following' is for older themes already using this template // // view bp_follow_load_template_filter() for more info bp_core_load_template( 'members/single/following' );
Could anybody support to solve this issue?
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to show a list of followers’ is closed to new replies.