As I know or at the moment of the last time I checked, ACF doesn’t meta-data in their “best” location, as in get_term_meta, or meta data for users.
Instead of that, Elliot did a very strange thing, but focusing in what you’re asking for:
get_field('your-field','user_' . $author->ID);
So the loop you will have to add something like above, check out more in his tutorial: http://www.advancedcustomfields.com/resources/how-to/how-to-get-values-from-a-user/
Related Posts:
- Passing args to WP_User_Query am I using meta correctly?
- ACF: How to get users with a ACF flexible content subfield with a specific value AND layout?
- Extend WP_User_Query or WP_User to return all custom fields?
- How to get users by a custom field / by user meta data?
- How do you add a custom option to user data?
- Show User Their Password
- How can I sort get_users() by any value (last_name, user defined fields and more)
- get_user_meta Short Profile Section
- WordPress User Profile Upload – If page is saved file reset
- ACF: How to get the full field name (meta_key) by a field key?
- check for duplicate user meta data before updating
- Custom Field Repeating When Using foreach
- Front-End User Profile
- Get emails from users by custom field SQL
- Save custom field types with this function…?
- User query – getting values for custom meta keys/fields
- Delete user meta but only if found in array
- Getting user data via ajax
- Autofill advanced custom field with user data
- Getting user’s data, by custom field lookup (meta)
- Echo text if field under user_meta is empty with get_users()
- Advanced Custom Fields: how do I check to see if a value is set in an field? [closed]
- Where are custom field values stored in the database
- Advanced Custom Fields – Get custom fields from parent page
- Add custom field to the archive page?
- Is it safe to store a user setting you don’t want the user to ever modify as a user option?
- Matching Serialized Arrays with meta_query
- Can I count the number of users matching a value in a multiple value key?
- How to position a custom field before the editor
- Save custom user meta on registration
- Getting all user metadata from user
- Display post_object content using Advanced Custom Fields plugin
- Remove old custom field after import
- Unable to get Preview of Uploaded image within a Custom Meta box
- Wp_User_Query not sorting by meta key
- Custom user avatar in the WordPress users listing
- User Profile / Add Custom Fields
- WP_User_Query with combined meta query – not working?
- Retrieve custom fields on Categories, using WP-API
- Order by custom field date?
- How to use ACF with javascript to update custom field values?
- Weird custom fields data lost
- Get all user meta_keys and then group users by matching values
- How to save multiple custom user profile fields using repeater JQuery
- adding autosave feature to custom fields
- author.php not showing content if Author has no Posts
- Retrive acf fields in publish_post action for wp_mail
- select user with all meta field and field value. I am use Below Query for this ,So any of know another way to fast query instead of below query?
- Link fields in User Admin list
- How to delete attachments associated with custom field type when post property changes? [closed]
- ACF – Compare user and post data
- Counting number of images from loop
- Page template is missing fields or is invalid when I updating the template
- How to add content with a filter when there’s no content in the editor
- Advanced Custom Fields from Category – IF statement
- Query Posts based on custom field value
- Redirecting to an external URL
- Using ACF Custom Field value in a URL with do_shortcode() [closed]
- update_user_meta(): invisible data storage
- display Flexible Fields from options
- Populate a select box with data stored in the database?
- Display Child Page with custom fields within Parent Page
- WordPress taxonomy child image
- Create custom fields/meta data gender+country – radiobuttons and dropdown on register screen for these fields
- Custom Meta Boxes and Fields for WordPress: Change directory upload based on user-edit page
- Filter and display a specific custom field value [closed]
- Is it possible in WordPress
- Display different category template if custom field is checked
- wordpress simple post multi rating with post_meta and user_meta
- How to filter post using custom feild value in shortest and longest duration?
- Query Posts Via WordPress URL
- How to Order Posts by Custom Fields?
- Fetch data from a WP page with same name as current username
- Sort users by custom user meta value
- Get custom field from other post in carousel
- I want to add a custom field in the rss title of each post, but don’t want it to be shown on the site
- How do i get a specific user metadata using custom metavalue outside of wordpress?
- Semi-Private Comments + page comments -> is it possible?
- Update field name without losing the value
- Custom registration form and custom field
- Advenced custom fields auto fill problem
- Adding custom field to an array
- Add image custom attribute [closed]
- how to add radio field on user meta on function.php?
- file upload user profile
- Can’t sort custom column on user.php by number / meta_value_num?
- Create Unique and Customized User ID for Website Members in WordPress
- Extend user search in the Wp backend area on the users.php page to allow for searching by email domain and role from the “users search” input box
- How to get all specific fields from one ACF Group?
- Truncating characters in Advanced Custom Fields works some places but not others?
- save all acf options in one meta_value [closed]
- Conditional display based on ACF checkbox
- acf field repeater link don’t work
- How to add an ACF only for parent term?
- Best way for managing images of ads banners
- ACF in radio button cf7
- How to conditionally display an ACF custom textarea contents only to those users chosen from an ACF User field
- Populate Elementor Form based on first selection
- Transform user name before displaying
- Displaying child pages and file URL in an ACF relationship field shortcode