- This topic has 38 replies, 4 voices, and was last updated 4 years, 12 months ago by
Elvin.
-
AuthorPosts
-
June 8, 2021 at 9:36 pm #1815634
Elvin
StaffCustomer SupportThat’s strange.
Any chance you can put up a staging site copy of your current site and let us have temporary backend access to do our own investigation?
You can use the private information text field to provide the site details. Let us know. Thanks. 🙂
June 8, 2021 at 9:44 pm #1815639Rob
I’m sorry, I don’t know how to do that (staging site copy). I’m happy to give you access to my site if that’s any help.
Thanks.
June 8, 2021 at 11:16 pm #1815682Elvin
StaffCustomer SupportI’m sorry, I don’t know how to do that (staging site copy). I’m happy to give you access to my site if that’s any help.
Thanks. You can use the private information text field so it’s kept private. Let us know. 🙂
June 9, 2021 at 4:12 pm #1816767Rob
Thanks, I tried to create a staging instance of my website, but my site exceeds the allowable limit for staging. Please find in the restricted area (below) a temporary access link to the admin area of my website. Thanks for your help.
June 9, 2021 at 5:43 pm #1816815Elvin
StaffCustomer SupportJune 9, 2021 at 7:30 pm #1816863Rob
Thanks so much! I’ve deleted that filter and this how the article meta data displays now:

For some reason, the ‘Last Updated’ date has now disappeared.
Do you know how I can get that back?
Thanks for your help.
June 9, 2021 at 8:07 pm #1816884Elvin
StaffCustomer SupportFor some reason, the ‘Last Updated’ date has now disappeared.
Do you know how I can get that back?
Thanks for your help.
That’s what the CSS from my previous reply is for.
Check this – https://generatepress.com/forums/topic/publish-date-and-modified-date-on-a-post/#post-1181495
It’s this one:
.posted-on .updated { display: block; }And if you want to add back the Last updated label, we can do it with CSS as well.
.posted-on .updated:before { content: "Last Updated: "; }And if you want to add label to the published date, say for example “Published on:”
You can do something like this:
.posted-on .published:before { content: "Published on: "; }June 9, 2021 at 10:51 pm #1816990Rob
Thanks so much!
This is how it looks now:

Exactly what I was aiming for!
Thanks for all your help with this and your patience. 🙂
June 9, 2021 at 11:18 pm #1817007Elvin
StaffCustomer SupportNo problem. Always glad to be of any help. 😀
-
AuthorPosts
- You must be logged in to reply to this topic.