Re: Conditional Tags for specific group
Ok, I think I found out now. Thanks @hnla for pointing me in the right direction.
I just copied your code an the ” were wrong – so the code didn’t work
Here is what works now with the widget-logic-plugin in my install:
bp_is_group() && ‘myGroupSlug’ == bp_current_item()
It just works
No idea if it should
– but I am happy for now!