Re: Extending Featured Member Widget
OK Andy solved this one for me in this thread. The answer is this: xprofile_get_field_data( $field_name_or_id, $user_id );
Where $user_id
is (in this case) $member
and $field_name_or_id
is (in my case) 61
. I got the number by looking at the Profile Field I was after in Firefox with the Web Developer toolbar and it showed me the number in the class. I can’t work out another way of seeing a custom profile field’s id.. Off we go!!!