Can You Pull A Full Blog Post Into Another Page Using Dynamic Content?

I would like to pull a full blog post into an accordion on another page using dynamic content. I found a way to do it by putting the full post in as an Excerpt but then any links in the post do not render.

This is the code I’m currently using.

Week Of {{dc:post:publish_date post=“8259”}}

{{dc:post:excerpt post="8259"}}

Thanks!

Hello ben,

Thanks for writing in! When you display an excerpt, any HTML tags or links will be discarded. The excerpt will only output plain text content. And with the dynamic content, you can only display excerpts. You cannot display the full content.

Best Regards.

Thanks for the clarification!

You’re very welcome, Ben!

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