bp_has_members Show all members registered
-
BP version 1.6.5
I am trying to complete a members loop with all members registered on the site.
I’ve tried various combinations of bp_has_members but the latest is:
` if ( bp_has_members(‘type=alphabetical&action=alphabetical&per_page=100&max=100’ ) ) : `
Every time the bp_members loop cuts off, i.e. is shorter than the amount of registered members.
What is the correct query to list all members?
I have even tried getting a list of all user IDs using get_users() and having these as an include= argument, but it still cuts of the list of results.
Is there anything that needs to be cleared/reset like when you have multiple loops in WordPress templates?
- The topic ‘bp_has_members Show all members registered’ is closed to new replies.