I am working on a site that would have an option page, so that not one will break the design. So for example, we have added some fields, for example, contact. I figure I take the short code and do this, [acf field="contact"] and place it in the page with the design. BUT nothing.
All seems to work fine. Any help?
Thank you,
If your field is on an options page and not the current post then you need to supply the correct post ID
[acf field="contact" post_id="options"]
https://www.advancedcustomfields.com/resources/shortcode/