#44160
 diamondbybold
Participant

I add the next code to functions.php:

COPY CODE
add_action('after_setup_theme','kleo_my_member_data');
function kleo_my_member_data() {
    global $kleo_config;
    //this is the details field, right now it take the "About me" field content 
    $kleo_config['bp_members_details_field'] = 'Geral';
    //this display the fields under the name, eq: 36 / Woman / Divorced / Berlin. Modify with the names of the fields you want to appear there
    $kleo_config['bp_members_loop_meta'] = array(
        'Username',
		'Nome',
		'Apelido'
    );
}

You can see in the print attached that I have those camps in Profile Fields but the Memebers box don’t show any of them.

Log in with your credentials

Forgot your details?