golden hour
/var/www/html/wp-content/plugins/buddypress/bp-themes/bp-default/members/single/activity
⬆️ Go Up
Upload
File/Folder
Size
Actions
permalink.php
520 B
Del
OK
Edit: permalink.php
<?php get_header( 'buddypress' ); ?> <?php do_action( 'template_notices' ); ?> <div class="activity no-ajax" role="main"> <?php if ( bp_has_activities( 'display_comments=threaded&show_hidden=true&include=' . bp_current_action() ) ) : ?> <ul id="activity-stream" class="activity-list item-list"> <?php while ( bp_activities() ) : bp_the_activity(); ?> <?php locate_template( array( 'activity/entry.php' ), true ); ?> <?php endwhile; ?> </ul> <?php endif; ?> </div> <?php get_footer( 'buddypress' ); ?>
Save