-
Henry Wright replied to the topic Calling a post authors activity stream in the forum How-to & Troubleshooting 9 years, 6 months ago
Hi @urbanfix
Here’s the standard loop taken from here.
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>
<?php while ( bp_activities() ) : bp_the_activity(); ?><?php locate_template( array( 'activity/entry.php' ), true, false ); ?>
<?php endwhile; ?>
<?php endif; ?>If you scroll down the page and…[Read more]
-
Henry Wright replied to the topic Calling a post authors activity stream in the forum How-to & Troubleshooting 9 years, 6 months ago
Hi @urbanfix
Here’s the standard loop taken from here.
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>
<?php while ( bp_activities() ) : bp_the_activity(); ?><?php locate_template( array( 'activity/entry.php' ), true, false ); ?>
<?php endwhile; ?>
<?php endif; ?>If you scroll down the page and…[Read more]
@urbanfix
Active 8 years, 7 months ago