Site logo

Archived topic

Remove last updated: {{modified_date}} from page

3 replies · Started by Dami on May 14, 2019

Viewing posts 1–4 of 4

Hello,

I followed the instructions in another post and added the following css to my site to display the date a post was last updated:

.posted-on .updated {
display: inline;
}
.posted-on .published {
display: none;
}
.posted-on .updated:before {
content: "Last updated: ";
}

However now on my pages it's showing "last updated: {{modified_date}}"

http://prntscr.com/nohr3t
http://prntscr.com/nohv4q

How do I remove this

Hi there,

Best to create a separate header element/page hero without the template tags and use them for static pages.

Let me know if this helps :)

This archived topic is closed to new replies.