Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to limit activity items for per page?

The function and filter is overkill really you can add to the query string but concatenating the parameter :
bp_has_activities( bp_ajax_querystring( ‘activity’ ) . ‘per_page=10’ )

Skip to toolbar