Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to Exclude a Group From the Groups Loop

You need ‘||’ ‘Or’ don’t you?

so you want to run code if it’s not the community group or not the general group etc?

if(bp_get_group_name() != ‘Community’ || bp_get_group_name() != ‘General’ ):

Skip to toolbar