Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Dispaly Nickname instead of username


Jeff Sayre
Participant

@jeffsayre

Okay,

Try this instead. Remember you’ll need to set the $member variable in your foreach:

<a class="group-link" href="<?php bp_the_site_member_link() ?>"><?php echo bp_core_get_username( $member ); ?></a>

Skip to toolbar