Hi Brajesh,
Do you know if there is a way to display WordPress Comments from Pages or Posts on the Buddypress main activity stream? A plugin maybe?
Thanks,
MikeI found the following code online and added it to my bp-custom.php I think that should do it.
function push_comments_to_activity() { return array( 'page', 'post' ); } add_filter( 'bp_blogs_record_comment_post_types', 'push_comments_to_activity' );
We’ll see when someone adds a comment 🙂
Hi Mike,
I believe the above should work. please do let me know if it does or not?Regards
Brajesh
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
This topic is: not resolved