Site logo

Archived topic

Show Published Date If Modified Date is not available

22 replies · Started by Franklin on January 8, 2020

Viewing posts 1–15 of 23

Hi,
I have added the CSS to show the Last Updated text and the Last modified date for the post.

But if the post is not modified yet then it should show Published date with the same text: Last Updated

Sample URL: https://spydrill.com/mspy-review/

As it is not modified hence nothing shows up. I want that Last Updated text should be shown with published date in case modified time is missing.

Thanks.

I added the code from the link provided by you.

It removed the link from the date but the published date is still not coming if modified date is not present.

https://spydrill.com/mspy-review/

You need to remove the CSS you added to hide the published date.
If you want to add labels e.g Published on and Last Updated then we can help edit the code in the link i provided to do that.

If you remove any previous code (PHP or CSS) and only apply what i provided here then there should only be the single date displayed.

Thanks, it works. Now how to get the "Last Updated" text.

Change this line of code:

return sprintf( '<span class="posted-on">%s</span> ',

to:

return sprintf( '<span class="posted-on">Last Updated: %s</span> ',

Thank you, David, for making it work for me!

You're very welcome

Are you using JUST the code i provided here as all of your posts are still displaying both dates which they shouldn't be. Let me know,

Hi David,

Please check the screenshot. I see only one date.

The other date is hidden with CSS.

Can you share the exact function you're using right now?

There were repeat lines in my code. Fixed it.

Sorry for bothering you!

Thanks,
Hemant

This archived topic is closed to new replies.