Browser: Chrome 110 OS: macOS / Windows / Linux / etc. URL: Link to a page that illustrates this issue Video: Short screen recording that illustrates this issue (free tool: jam.dev)
Write {post_date} in a post in backend in the text-editor (classic editor). In frontend use the Brickes element post content to display this post. The dynamic data is rendered to a date 3. November 2025 (german date format).
Wrap {post_date} in classic editor into code or pre HTML = {post_date}
it is also rendered as a date in front end.
Or use the date format November 3. 2025 as a simple string in classic editor, it is rendered in front end to 3. November 2025.
I wrote a tutorial about dynamic data and could not display {post_date} as string = {post_date}.
@Ferry I donât want a rendering by Bricks in front end in the element âpost contentâ.
If I type {post_date} in backend texteditor it should display {post_date} in front end and not 3. November 2025. How could :Fj,Y help here?
And how can you use :raw with this string? November 2, 2025
And btw. I know how to use dynamic data and I know the referencing page on the bricks website.
@Ferry
You donât understand the issue.
We are talking about {post_date} (solution use :raw)
and we are talking about November 3. 2025 â this is written in plain text (no dynamic data!) inside of the text editor in the backend.
And this written text is changed by bricks in the frontend to 3. November 2025.
Please try changing the theme to a standard theme such as âTwentyTwentyFiveâ and see how your date is displayed there. I cannot reproduce the problem in Gutenberg or with the âclassic editorâ plugin.
No plugin or something else. I will test now with 2020 theme as suggested by @timmse
Addendum:
During my tests, I assumed that both problems had the same cause. So I only tested {post_date} on a clean installation plus Bricks. And as we/I now know, this can be fixed with :raw. I hadnât checked the written-out date in this clean installation.
As a supplement:
The written date is only parsed together with Bricks. If I write a post and publish it in the frontend without Bricks, the text is reproduced 1:1 (without formatting). So WP Views (from toolset.com) AND Bricks together cause the error. So is this a bug in Bricks after all?
A workaround to display November 3, 2025 as November 3, 2025 is as follows: <code>November</code> <code> 3,</code> <code>2025</code>
You can take a look at the whole thing in this article.
No. Since the issue occurs only with Toolset, itâs not a ânativeâ Bricks issue. Please contact the Toolset support, too. If thereâs anything we can do to assist the Toolset devs, they can contact us by email at anytime.