Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to add (\'per_page=35\') without messing up \”Load More\” link

I am doing something very similar to this using @boonebgorges function where i am passing a bunch of user ids for the ‘include’ argument and setting ‘per_page’ to 10. The query is returning only activity from the users i specified (so, that’s good), but the pagination is all messed up (not so good).

I am not using the ‘load’ more button, just the default pagination. bp_activity_pagination_count() is showing the correct per page count, but the actual number of items being displayed varies wildly, from 4 to 10.

Has anyone else encountered this?

Skip to toolbar