Remove time stamp
-
I am trying to remove the time stamp on my blog posts but I can not figure out a way to do that, I was wondering if you could help me figure this out.
The blog I need help with is: (visible only to logged in users)
-
Hi mybusinesstake,
Using the customizer, you can add some custom CSS to get rid of those timestamps.
Here’s info about how to do so:
https://en.support.wordpress.com/custom-design/editing-css/
and here’s the relevant code snippet you need to paste in:
span.posted-on { display: none; }Hope this helps!
Regards,
Jay -
Howdy,
To remove the timestamp, you will need to upgrade to either the Premium or the Business plan as you will need to put in a line of code to do this. Custom CSS is part of Custom Design, which is a feature of the WordPress.com Premium and WordPress.com Business plans. You can add custom CSS to your WordPress.com blog using the CSS Editor in My Sites → Customize → CSS in your blog dashboard.
Thanks!
-
Hi,
shuklasuyogya is correct.
I missed this note:
Note: you must have either WordPress.com Premium or WordPress.com Business active on your site to be able to add custom CSS to your site
in the linked support article, which does state this feature is only available on Premium/Business plans.
Thanks for the correction, shuklasuyogya.
-
-
Custom css is not required to remove the date in Goran, an upgrade is not required either.
Goran supports the (relatively new) “Content Options” which allows users to remove byline dates from inside the customizer.
Full details and a tutorial video can be found at the link below:
-
- The topic ‘Remove time stamp’ is closed to new replies.