-
Lab41
Hi
I have a field called ‘quick_answer’ in my blog posts with ACF.
I use the key: custom_quick_answer
I’m trying to show this in the Appearence -> Elements -> Single Post Content
When I select post meta, I can’t seem to select this ACF field to show under the post meta options.
-
Hi there,
It’s expected behaviour.
The fields are attached to the single post, not the element, and you are inside a GP element, not in a single post, so no, the custom field set for the single post won’t appear in the dropdown list.
You need to manually type the field name in, and the dynamic tag would be:
{{post meta key:custom_quick_answer}}. -
Thanks!
-
No Problem 🙂
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.