@carrieoke13
8 years, 8 months ago
Ah, that totally makes sense.
I just used the default members-loop.php – is there something I should look for in the code that could be causing the odd behavior?
Thanks! Carrie
Thanks, Shane.
So I have it working now using:
$your_city= xprofile_get_field_data( 'City' ,bp_get_member_user_id()); if ( $your_city != false ) echo $your_city;
I am super new to BuddyPress – is there a reason not to do it that way? I really appreciate your help.
Thanks, Shane. It’s still happening even if I switch themes. I tried this code and it is still showing the wrong name in the last member listed.