Home › Forums › Backend Issues (wp-admin) › doshortcode() on Message type › Reply To: doshortcode() on Message type
Hi @dnavarrojr
Thanks for the post.
For ACF to render the shortcode markers, hooking into the acf/format_value is enough I am not sure why your shortcode is not being rendered.
How have you created you shortcode marker using the shortcode API?
Please refer to this codex when setting up your shortcodes: http://codex.wordpress.org/Shortcode_API
For ACF’s simple text values, the following syntax should be used:
[acf field="field_name" post_id="123"]
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.