Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to display the Group’s recent activity


r-a-y
Keymaster

@r-a-y

Use the activity loop:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/

Set parameters to:
object – groups
primary_id – $group_id (you need to grab the group id and put it in)
action – activity_update
max – 1 (or how many updates you want to return)

Skip to toolbar