Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Getting xprofile_get_field_data in blog comments?

@boonebgorges

Keymaster

You’ll need to feed the user_id of the user to the function. I think something like this will work:

<?php echo xprofile_get_field_data( '7', $comment->user_id ); ?>

Skip to toolbar