Support

Account

Home Forums ACF PRO Getting started Reply To: Getting started

  • Hi @mightymio

    To display ACF values in your theme, you will need to make use of the native ACF functions(get_field() and the_field()).

    The ACF documentation makes it easy for beginners to get started and offers code examples for all field types.

    Please have a look at the following resource page on how to display values on your theme: http://www.advancedcustomfields.com/resources/displaying-custom-field-values-in-your-theme/