@listweb
13 years, 9 months ago
14 years, 2 months ago
Solved:
I put max=1 and not per_page=1
Then the second bp_has_activities show 10 and the first only 1
I put if ( bp_has_activities( ‘per_page=10’ ) ) in the activity-loop.php
Not works
Paul Gibbs, this code bp_has_activities( ‘per_page=1’ ) is in the header.php
In the activity-loop.php is: bp_has_activities( bp_ajax_querystring( ‘activity’ ) )
but only show 1 again
http://buddypress.pastebin.com/HhtxRY2n
In the header.php the call: if ( bp_has_activities( ‘per_page=1’ ) ) :
After in the activity-loop.php: if ( bp_has_activities( ) ) :
But they continues only show 1