Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How do I stop BP from overriding default parameters passed to the template loop?


Andy Peatling
Keymaster

@apeatling

You can add them in the template to force override (create a child theme and override activity/activity-loop.php):

<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&scope=friends' ) ) : ?>

Skip to toolbar