How to Show the Last Updated Post Date on Your Posts

22
14.8K followers
Updated

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!

Login
Create Your Free Wealthy Affiliate Account Today!
icon
4-Steps to Success Class
icon
One Profit Ready Website
icon
Market Research & Analysis Tools
icon
Millionaire Mentorship
icon
Core β€œBusiness Start Up” Training

Recent Comments

36

Great, thanks
Steve

Glad you enjoyed it. πŸ‘πŸΌ

Great wisdom Bro!!

πŸ‘πŸ‘

You're very welcome!

Keep em coming buddy!!

Thanks for this,did not knew that one 😊

Glad you enjoyed this!

Cool, Eric!

These days, for those of us who do not have a programming background, AI is helping create the code to replace a variety of plugins. 😎

Frank 🎸

100%. GPT is great at coming up with coding solutions for just about any theme!

See more comments

Login
Create Your Free Wealthy Affiliate Account Today!
icon
4-Steps to Success Class
icon
One Profit Ready Website
icon
Market Research & Analysis Tools
icon
Millionaire Mentorship
icon
Core β€œBusiness Start Up” Training