Display only members who have uploaded avatar
-
Hi,
I have this loop on a custom page template that displays 6 custom members:
if ( bp_has_members( ‘type=random&max=6′ ) ) :
while ( bp_members() ) : bp_the_member();
bp_member_avatar(‘type=full&width=125&height=125′)
endwhile;
endif;Is there a way to customize this loop for having only members who have uploaded a photo as avatar?
Thank you.
PS: don’t understand how to cite code here… I tried code tags but didn’t run.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.