Re: The Groups Loop – per_page optional
Hi @Nit3watch
I’m going to assume you’re editing groups/groups-loop.php, hopefully in your theme and not the core BuddyPress files 
Find this bit near the top of the file:
if ( bp_has_groups( bp_ajax_querystring( ‘groups’ ) ) )
And change it to something like:
if ( bp_has_groups( bp_ajax_querystring( ‘groups’ . ‘&per_page=5’ ) ) )