group tags in group-loop?
-
I’m trying to build custom loops to show only groups with certain tag. However, I can’t select tagged groups by ‘bp_has_groups’…
<?php $args = array( 'user_id' => bp_loggedin_user_id(), 'tag' => 'games' ); if ( bp_has_groups( $args ) ) : ?>
- The topic ‘group tags in group-loop?’ is closed to new replies.