Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: calling specific profile fields individually


peterverkooijen
Participant

@peterverkooijen

Thanks for the additional information. I’ve tried this in members-loop:

<?php if ( $company = xprofile_get_field_data('Company') ) : ?>
<p><?php echo $company ?></p>
<?php endif; ?>

and this

<p><?php echo xprofile_get_field_data('Company'); ?></p>

Still get nothing with either version…

Skip to toolbar