Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Custom buddypress loop isn't working


lhnz
Participant

@lhnz

<?php bp_has_activities(‘per_page=25’);

while ( bp_activities() ) : bp_the_activity(); ?>

<div><?php bp_activity_content() ?></div>

<?php endwhile; ?>

This worked. Frankly the lack of documentation and my lack of time is making this a nightmare to code… :/

Skip to toolbar