profile field, text fields, user data (tech help!)
-
Can someone tell me how I can use some of the custom profile fields, only some the one’s I would designate, I do not want to show this data under the profile. I would like to show it on the user page, but keep it private so that only the user can see it.
Can anyone tell me where I could place a php directive to include it on the user page for user eyes only, and exclude it from the profile section, or what plugin I could use?
I see this is what calls the field data, but what can I do?
<?php bp_get_profile_header() ?>
<?php if ( function_exists(‘xprofile_get_profile’) ) : ?>
<?php xprofile_get_profile() ?>
<?php else : ?>
<?php bp_core_get_wp_profile() ?>
<?php endif; ?>
Any help would be much appreciated, thank you…
- The topic ‘profile field, text fields, user data (tech help!)’ is closed to new replies.