Re: SOLVED Accessing custom fields from Advanced Custom Fields plugin
Posted 8 years 10 months ago
It would be helpful to others who view this to know how you solved it. I'm working on this myself now and I suspect that since I can manually enter a custom field from the post admin page and then use it the same as {{post.title}} as in {{ post.mycustomfield}} this seems to work fine so I imagine that the plugin version of this is the same since all the plugin does is make the set up of the custom field easier. The plugin still creates a custom field as if you manually made it in the admin page.
So in summary if {{post.title}} outputs "My Title" then {{post.mycustomfield}} outputs "My Test Custom Field"