Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Excluding blog post comments from activity stream page?


3sixty
Participant

@3sixty

Thank you! This is very powerful.

I customized it to exclude blog comments and forum comments:

if ( $activity->type == ‘new_blog_comment’ || $activity->type == ‘new_forum_post’) {

Skip to toolbar