Off Content Area: Insert post content

I created a CPT called “Leadership” using CPTUI.
The CPT has support for Title, Editor, & Featured Image.
I have also used ACF to create a field set with 3 simple text fields.

On a page I created an Off Canvas area. Here is the HTML in that off canvas element:

<div>
<img src="{{dc:post:featured_image post="18"}}">
<p>
{{dc:post:title post="18"}}<br>
{{dc:acf:field post="18" field="title"}}
</p>
<p> **CONTENT GOES HERE** </p>
</div>

I do not see a dynamic way to insert the content from the editor. I see the ability to add the excerpt {{dc:post:excerpt post="18"}} but nothing for content.

Is there a way to do this using the default editor or do I need to turn off support for it and add a new ACF field?

Also does the ACF section in the dynamic area scan for available fields or do we have to manually type them in? Sure would be great if it would scan for available fields.

Hello @designerken,

Thanks for writing in!

Regretfully the contents of a post cannot be displayed using the dynamic content option. Only the excerpt can be displayed. The ACF field will also needs to be manually inserted because the Dynamic Content feature will not automatically scan your custom ACF fields.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.