November 4, 2014 at 00:06
#33903
giannisff
Participant
If you want something like the photo…
i put a piece of code to member-header.php (wp-content/themes/kleo-child/buddypress/members/single/…)
about line 55
`<?php if ( $data = bp_get_profile_field_data( ‘field=***name’ ) ) : ?>
<a href=”<?php bp_profile_field_data(‘field=***name’);?>” target=”_blank”> <img src=”http://yoursite.com/wp-content/images/icons/***nameimage.png” alt=”***name”></a>
<?php endif; ?>`
***name = your custom field name
***nameimage+the name of icon
This way works for me, fine.