Loading Remaining “Activities” On Another Page
-
I read this blog: http://blogcastor.com/extend/codex/how-to-limit-activity-items-in-buddypress/
So I want to limit my activities to a specific number, but load the rest on another category archive page. I’m currently reading through the code in ‘activity-loop.php’ and I noticed a “Load More” on my page and I’m sure that it has to keep a count of where I am in the `bp_has_activities($args)` or in this line “, somehow the iteration is held once it reaches the max num of activities and resumes from that interator.
Any idea on how to get this done?
- The topic ‘Loading Remaining “Activities” On Another Page’ is closed to new replies.