The template function get_field and the_field will work the same as it works for the posts. The only change is in the second parameter of the function. It will be user_{user_id} instead of post_id. The custom fields for the user are saved in the user_meta table. Here is the example of displaying values of each […]