Viewing 1 replies (of 1 total)
  • Plugin Author Matt Keys

    (@mattkeys)

    ACF fields are created in the admin area (it sounds like you are at this point), but they are displayed on the ‘front end’ of your site through your themes templates.

    You should use ACF functions like the_field() to display your ACF fields in your templates.

    The ACF documentation is pretty solid and should be able to guide you through using the standard field types. Once you have those down the same principles apply to this FontAwesome field.

    ACF Documentation

Viewing 1 replies (of 1 total)
  • The topic ‘Where would I see them’ is closed to new replies.