Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Help with BuddyPress Friends Loop

Try hardcoding with a user_id to begin with to see if that works:

<?php if ( bp_has_members( 'user_id=1' ) ) : ?>

Skip to toolbar