Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Posts of the main blog in site wide activity


Roger Coathup
Participant

@rogercoathup

Yes.

you will need to rework your sitewide activity loop code, adding a simple check for blog post activity from the main blog, and skipping processing as appropriate:

Something like: `if ((bp_get_activity_type == ‘new_blog_post’) && (bp_get_activity_item_id() == 1)) continue; `

Skip to toolbar