Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,486
- How-to & Troubleshooting
- 127,650
- Creating & Extending
- 25,622
- Requests & Feedback
- 9,375
- Third Party Plugins
- 9,703
- Showcase
- 3,317
- Ideas
- 1,318
- Miscellaneous
- 8,823
-
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’ ) ) )
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS