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!