How to Show the Last Updated Post Date on Your Posts
It's time for your daily dose of Wordpress Wisdom! In today's quick tutorial I'll be showing you how you can easily display the "Last Updated" date for your posts using some simple CSS code! In the past, I had used a simple plugin for this, but as I was looking through the Generate Press documentation I found some simple code you can add that makes needing a plugin a thing of the past!
Let's dive into the video and I'll show you how!
Here's the CSS code you'll be copying and pasting into your Customizer:
.posted-on .updated {
display: inline-block;
}
.posted-on .updated + .entry-date {
display: none;
}
.posted-on .updated:before {
content: "Last Updated ";
}
As always, feel free to share this video to anyone needing help with this. If you have any Wordpress related questions that you'd like to see me create a tutorial for send me a private message or leave me a message on my profile.
If you want to check out all my Wordpress Wisdom tutorials feel free to head over to my blog.
Be productive!
Get your hands dirty!
Create that content!
Become the master of Wordpress you know you can be!
Recent Comments
36
See more comments
Great, thanks
Steve
Glad you enjoyed it. ππΌ