@horroruk
14 years, 7 months ago
I got this to work using the last bit of code shown above, however, it needs to be added without the smiley:
`<?php function my_query_filter_new ( $query_string ) { $query_string .= ‘&per_page=5’; return $query_string; } add_filter( ‘bp_ajax_querystring’, ‘my_query_filter_new’ ); if ( bp_has_activities( bp_ajax_querystring( ‘activity’ )) ) ; ?>`
The problem I have, is that once this has been added, the ‘Load More’ link at the bottom doesn’t do anything.