Permalink for Followers in Member loop
-
Hi all, first time posting. Really excellent plugin, I love it, but I’m having a bit of trouble. I’d like to link to a page displaying all of the users that you’re following. Preferably just a permalink to the “following” tab on the /members/ page. The problem is that it seems like it’s using ajax to load those members, and I’m not sure how to override that so that it always shows ONLY the people that you’re following.
Currently I just created a page template with the contents of members/index.php and members/members-loop.php and modified the members loop as such:
<?php if ( bp_has_members( 'include=' . bp_get_following_ids() ) ) : ?>
I could also link to /members/USERNAME/following/, but in that case I’d want to use CSS to hide the header content somehow since I’d prefer to only display the list of followers.
Any idea of the simplest way to do this? Am I on the right track at least? Any help would be very much appreciated. Thanks!
- The topic ‘Permalink for Followers in Member loop’ is closed to new replies.