Hi,
I want to us the dynamic element “Posts (Minimal)” to display portfolio items with the published date just with only the year displayed.
I found this:
But both lines do not work to show the year only:
{{dc:post:meta key=“publish_date” type=“date” “format=“l j F Y”}}
{{dc:post:publish_date “format=“l Y”}}
Hope you can help!
Hannes
Hey @salilou,
Thanks for reaching out!
To only show the year of the published date, you need to use this dynamic content {{dc:post:publish_date type="date" format="Y"}}
.
You can check this as a reference:
Hope that helps.
It should be
type="date"
and not
date="type"
Great! Thank you!
Hey @salilou,
You’re welcome! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.