Helpp
-
I am trying to query the activity for say 8 posts. I want to do the same thing for groups. So I went here
http://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
And I found this line
if ( bp_has_activities( 'action=activity_update') ) : bp_the_activity();
and changed it to
if ( bp_has_activities( 'max=8') ) : bp_the_activity();
When I did this the browser keeps just listing duplicate content.
How can I do this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Helpp’ is closed to new replies.