Site logo

Archived topic

DateModified

1 reply · Started by 93487u5tr938ouh4trnos8fyoh on November 20, 2019

Viewing posts 1–2 of 2

Hi,

I want to display DateModified in the meta instead of the original date.

I found this documentation: https://docs.generatepress.com/article/generate_post_date_output/

However, I found online this code which was much smaller as CSS:

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

.posted-on .updated:before {
content: "Last Updated: ";
}

I am looking for simple solutions like these as a non-coder I tend to get issues with custom code over time.

My question is, is there a simple way to add time after the date so it can be added like "12:45 AM GMT+3" in that format.

This archived topic is closed to new replies.