Remove posting date from blog
-
How do I remove the posting date from my blog…I like to write several days worth of blogs at once but they show up with the same posting date…
The blog I need help with is: (visible only to logged in users)
-
Hello @provencewithouizee,
One solution might be to schedule your posts out so they stagger. This would allow you to complete several posts at one time, but have one appear now, one tomorrow, one three days from now, and so on.
If you definitely want them all to publish right away, but just want to hide the date, you can place custom code in your CSS to do this. However, you do need to subscribe to WordPress.com Premium or Business in order to use custom CSS code.
This code should accomplish what you want:
.posted-on { display: none; }
- The topic ‘Remove posting date from blog’ is closed to new replies.