-
bp-help replied to the topic Add activity form and loop on my home page in the forum How-to & Troubleshooting 11 years, 1 month ago
@szed
Use the plugin I mentioned above and modify it like like so:
In line 84-86 in bp-activity-as-shortcode.php you will see:
<?php if($title): ?>
<h3 class="activity-shortcode-title"><?php echo $title; ?></h3>
<?php endif;?>
Just above that add this:
<?php if ( is_user_logged_in() ) : ?><?php locate_template( array(…[Read more]
-
bp-help replied to the topic Add activity form and loop on my home page in the forum How-to & Troubleshooting 11 years, 1 month ago
@szed
I would suggest:
@szed
Active 8 years, 7 months ago