Re: Issue with default groups widget
widget logic allows me to add a widget to the page and within each widget I can set variables like:
is_page(), is_single(), is_author(), !is_home()
So far I have not found one for bp. I have tried everything my brain can come up with like is_profile(), is_bp_profile(), etc…
I’m sure hoping there are functions ‘whatever they’re called’ that work with buddpress specific areas. Otherwise I will end up having to do a load of coding I was hoping to avoid.