Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Add profile info to the group page within the bp_group_the_member loop

Ooops sorry “ AND “
Both to no avail..

Oddly, this does work for one of my other custom fields though:
`<?php
$account_type= xprofile_get_field_data( ‘Account Type’,bp_get_member_user_id());
if ($account_type== ‘Standard’) {
echo ‘standard’;
} else {
echo ‘premium’;
};
?>`
Most confusing!!

Skip to toolbar