Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to add (\'per_page=35\') without messing up \”Load More\” link


Liesl Fawcett
Participant

@liesl1698

That didn’t work. The problem is that I have this:

<?php if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) ) ) : ?> which makes the “Load More” link work. I am trying to ADD ‘per_page=35’ (which I know works when put this way: <?php if ( bp_has_activities ( ‘per_page=35’ ) ) : ?> but I need to keep, not replace, the bp_ajax_querystring part). How do I do that?

Skip to toolbar