Support

Account

Home Forums Add-ons Gallery Field Get gallery fild for user to author.php Reply To: Get gallery fild for user to author.php

  • Hi,

    I am using ACF to add custom fields to the user profiles. One of these custom fields is a Select field with multiple values. This displays fine in the profiles, and the values are saved as expected. What I would like to be able to do is to get these multiple values pulled into the author.php template so that they show in the front end.

    I tried to use get_field() and the_field(), but no luck.

    Any ideas as to how to display a multiple select from the user’s profile in the author.php template?

    Many thanks!