Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
hoozgot
/
wp-content
/
themes
/
twentyten
/
members
/
single
/
activity
📤 Upload
📝 New File
📁 New Folder
Close
Editing: permalink.php
<?php get_header() ?> <div class="activity no-ajax"> <?php if ( bp_has_activities( 'display_comments=threaded&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() ?>
Save
Cancel