Support

Account

Home Forums Front-end Issues How to display created custom fields on front end? Reply To: How to display created custom fields on front end?

  • Hi!

    You’re asking for too much.. but to get you started. You need to use the functions get_field and/or the_field to display the ACF fields:

    http://www.advancedcustomfields.com/resources/getting-started/code-examples/

    http://www.advancedcustomfields.com/resources/getting-started/displaying-custom-field-values-in-your-theme/

    those links should get you going.