Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Show xprofile data?


peterverkooijen
Participant

@peterverkooijen

Thanks Treblamah!

Wow, that is horribly unusable again… :-(

This spits out all the xprofile data:

<?php bp_get_profile_header() ?>
<?php bp_the_avatar() ?>
<?php if ( function_exists('xprofile_get_profile') ) : ?>
<?php xprofile_get_profile() ?>
<?php else : ?>
<?php bp_core_get_wp_profile() ?>
<?php endif; ?>

And I guess I have to add parameters to make it more selective. Or copy that xprofile_get_profile function and customize it.

I’ll look into that later…

Skip to toolbar