Support

Account

Home Forums Front-end Issues Display all users/authors in template Reply To: Display all users/authors in template

  • You should be using get_field() and you need to supply the post_id to get the value from.

    For users the correct $post_id value is `”user_{$user_id}”

    see the “Get a value from other places” section on this page https://www.advancedcustomfields.com/resources/get_field/