Re: Show: By Latest Post | By Group
Thank you but I can’t seem to get
if ( bp_has_groups( ‘slug=announcements’) )
to do anything for me. It’s just ignored … hmm.
In contrast, I can get max=5 to work
if ( bp_has_groups( ‘max=5’ ) )
Update
These are the options:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-groups-loop/
But slug doesn’t seem to work for me.