Show custom fields in list or card template – UserPro Forums https://forum.userproplugin.com/forums/topic/show-custom-fields-in-list-or-card-template/feed/ Fri, 17 May 2024 10:11:35 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/show-custom-fields-in-list-or-card-template/#post-18519 <![CDATA[Show custom fields in list or card template]]> https://forum.userproplugin.com/forums/topic/show-custom-fields-in-list-or-card-template/#post-18519 Thu, 23 Jan 2014 16:59:35 +0000 Martin Mark Is it possible to show users e-mail address and phone number or whatever field in list or card template?

]]>
https://forum.userproplugin.com/forums/topic/show-custom-fields-in-list-or-card-template/#post-18825 <![CDATA[Reply To: Show custom fields in list or card template]]> https://forum.userproplugin.com/forums/topic/show-custom-fields-in-list-or-card-template/#post-18825 Sat, 25 Jan 2014 10:38:44 +0000 Martin Mark I found out, that I can use the following:

<?php
$user_id = 66; // or the user ID you want to retrieve
echo userpro_profile_data(‘first_name’, $user_id);
?>

]]>