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.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Display only members who have uploaded avatar’ is closed to new replies.