Home › Forums › Support › How to show updated on date on blog posts This topic has 7 replies, 3 voices, and was last updated 5 months ago by Ying. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts October 20, 2022 at 4:55 am #2379853 Junaid I want to show “last updated” or “published on” on my blogs instead of publishing date. How can I change that date? October 20, 2022 at 6:09 am #2379917 DavidStaff Customer Support Hi there, are you using the Block Editor on that site ? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 22, 2022 at 5:26 am #2382011 Junaid I have no idea. What is block editor? I am using a regular WP editor. October 22, 2022 at 6:17 am #2382061 DavidStaff Customer Support Any new install of WP would use the block editor. Does it look like the screenshots shown here: https://wordpress.org/support/article/wordpress-editor/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 23, 2022 at 6:20 am #2382897 Junaid That’s right. I am using block editor. I am not using classic editor or any other editing plugin. What should I do to show last updated on my updated posts? October 23, 2022 at 11:18 am #2383298 YingStaff Customer Support Try this CSS: .posted-on .published:before { content: "Published on: "; } .posted-on .updated { display: inline-block; } .posted-on .updated:before { content: "Last updated: "; } .posted-on .updated + .published { display: none; } October 26, 2022 at 5:13 am #2387467 Junaid Thank you, it’s working. October 26, 2022 at 10:46 am #2388437 YingStaff Customer Support You are welcome 🙂 Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In