Skip to content

Instantly share code, notes, and snippets.

@blissdev
Created December 17, 2009 05:39
Show Gist options
  • Save blissdev/258549 to your computer and use it in GitHub Desktop.
Save blissdev/258549 to your computer and use it in GitHub Desktop.
<li>
<div class="group-image"><?php echo bp_get_group_avatar_thumb( $group ); ?></div>
<a href="<?php echo bp_get_group_permalink( $group ) ?>" title="<?php echo bp_get_group_name( $group ) ?>" class="group-link">
<?php echo bp_get_group_name( $group ) ?>
</a>
<span class="group-member"><?php echo $group->total_member_count . __(' member', 'buddypress'); ?></span>
<div class="wrapper"></div>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment