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

I had this: <?php if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) ) ) : ?> and I didn’t know how to add the per_page part so I did it this way: <?php if ( bp_has_activities (‘per_page=35’) ) : ?> and it worked. Thank you very much!

Skip to toolbar