Support

Account

Home Forums ACF PRO Displaying values in my theme Reply To: Displaying values in my theme

  • Hi @bluekep,

    Thanks for the post.

    The description of the issue is not very clear but from what I gather you are trying to display custom field values in your theme.

    To do this, you will need to call the fields using the native ACF functions the get_field() and the_field() functions.

    For more info on this, please refer to the docs on this page: http://www.advancedcustomfields.com/resources/displaying-custom-field-values-in-your-theme/