Site logo

Archived topic

How to show "Last updated on" date at the beginning of each blog post?

3 replies · Started by Sandra on March 10, 2019

Viewing posts 1–4 of 4

Usually it shows the post date, author name, category, tags etc at the beginning of each blog post. But, instead of post date, I like to show "Last Updated on" date. So, whenever I update any post, my audience can see when the post is last updated. How can I do this?

Where should I paste this code?
.posted-on .updated {
display: inline-block;
}

.posted-on .updated + .entry-date {
display: none;
}

This archived topic is closed to new replies.