Open pbolger opened 12 years ago
This add-on only returns the all the native user fields. You would have to take the users ID and use a get_user_meta query to grab any custom meta details. I will look to see if there is a way to grab all the other user_meta and add it to the returned array.
Here's some discussion about this at the ACF forums.
http://support.advancedcustomfields.com/discussion/1207/add-custom-field-to-user/p1
It'd be really nice to be able to do this. My goal a DRY cms: 'people' should only exist in one place, and the WP user list is the obvious one.
Hi
I'm trying to add custom fields to my users - phone, cell and the like. This works fine in the back end, the form elements appear and seem to save, but I can't seem to get the values back in a template. If I use
I can only see the native user fields.
(values redacted)