Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 26 replies (of 26 total)
  • @horroruk

    Participant

    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.

Viewing 26 replies (of 26 total)
Skip to toolbar