golden hour
/var/www/html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/assets/embeds
⬆️ Go Up
Upload
File/Folder
Size
Actions
activity.php
312 B
Del
OK
footer.php
302 B
Del
OK
header-activity.php
1002 B
Del
OK
header.php
575 B
Del
OK
Edit: activity.php
<?php /** * @version 3.0.0 */ if ( bp_activity_embed_has_activity( bp_current_action() ) ) : ?> <?php while ( bp_activities() ) : bp_the_activity(); ?> <div class="bp-embed-excerpt"><?php bp_activity_embed_excerpt(); ?></div> <?php bp_activity_embed_media(); ?> <?php endwhile; ?> <?php endif;
Save