You can show certain profile fields on member directory by using the next function :

Note : You will have to adapt this function for your needs by changing the name of the fields Location and Specialization from example.

The function will have to be added in wp-content/themes/kleo-child/functions.php


If you have problem viewing the snippet copy code directly from here : http://pastebin.com/raw/zpg7gwNr
Examples : $location = bp_get_member_profile_data('field=Location'); $specialization = bp_get_member_profile_data('field=Specialization'); field=Location represents name of the field that we need to show in the member directory field=Specialization represents name of another field that we need to show in the member directory Additional CSS

COPY CODE
div.mdetcenter {text-align:center;}
#buddypress #members-list li div.item-avatar {
    width: 100px;
    display: block;
    height: 100px;
    text-align: center !important;
    margin: 0 auto !important;
    float: none;
}
#members-list .item-meta {text-align: center;}
#buddypress ul.item-list li div.item-title {margin-left: 0;margin-right: 0;}
#buddypress #members-list .item-title {margin-left: 0;margin-right: 0;text-align: center;}
#buddypress #members-list .item-meta {margin-left: 0;margin-right: 0;text-align: center;}
ul#members-list li.kleo-masonry-item .member-inner-list{
    background-color :#333333 !important;
}
#buddypress #friend-list div.item, #buddypress #members-list div.item, #buddypress #member-list div.item {
    color:#FFF;
}
#buddypress #members-list .item-title a {
    color : #FFFFFF !important;
    font-weight: bold;
}

And so on..

 

Read also how to add your desired fields on the member profile header : https://archived.seventhqueen.com/kleo/article/add-extra-profile-fields-show-certain-profile-fields-member-profile-header

Log in with your credentials

Forgot your details?