Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to change the number of activity items to show per page?


Liesl Fawcett
Participant

@liesl1698

Ok so because I removed that my “Load More” thing isn’t working anymore… Is there a way to put (‘per_page=35’) along with ( bp_ajax_querystring( ‘activity’ ) )??

I had this: <?php if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) ) ) : ?>

and to specify the number of posts to show on the activity stream I want to add this: (‘per_page=35’)

without having to completely remove the ( bp_ajax_querystring( ‘activity’ ) ) part.

Skip to toolbar