Archived topic
Publish date and Modified Date on a post
3 replies · Started by Ericka on March 1, 2020
Viewing posts 1–4 of 4
Hi! I want to show both PUBLISHED and UPDATE on my posts, but one below the other. Not inline, but like this:
Last Update: February 29
Published on: January 3
Cheers!
Hi there,
Try this here:
https://docs.generatepress.com/article/show-the-updated-post-date/
and modify:
.posted-on .updated {
display: inline-block;
}
to
.posted-on .updated {
display: block;
}
Thanks a lot!!
No problem :)
This archived topic is closed to new replies.