@lhnz
15 years, 1 month ago
<?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…