#166535
 Laura
Moderator

Hello, just here at the code you added to functions.php

COPY CODE

//members page fields 
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'] = 'About me';
//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(
'år',
'I am a',
'Marital status',
'Kommune'
);

}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution

Laura Solanes - Graphic Designer and Web Designer

Please be patient as I try to answer each topic as fast as i can.

If you like the theme or the support you've received please consider leaving us a review on Themeforest!

Always happy to help you 🙂

Log in with your credentials

Forgot your details?