Remove date stamps from posts
-
Hello,
I am interested in removing the date stamp from my posts. I don’t want people to know when an entry was posted. Is there an easy way to do this?
Thanks,
Jason
The blog I need help with is: (visible only to logged in users)
-
You cannot remove the embedded date of publication in every post tile. Are you clear on that?
-
You can purchase a custom design upgrade and remove the date that appears next to the posts titles July 14, 2013 by jasonpweiner but you can’ remove the publication dates from URLs.
See here for details on the custom design upgrade:
Custom design – Frequently Asked Questions
http://en.support.wordpress.com/custom-design/#frequently-asked-questions
http://en.support.wordpress.com/custom-design/
http://en.support.wordpress.com/custom-design/editing-css/ -
Hi, you can remove the date from your posts on the main page, archive and category pages, and the single post pages with the following CSS. The first rule hides the date on the main page, and the second two hide the date on the single post pages, but keep the author name visible.
.entry-meta .entry-date { display: none; } .entry-meta a { display: none; } .byline a { display: inline; }The date will still show in the URL for the posts when you go to the single post pages. There is no way to change the structure of the permalinks at WordPress.com.
-
-
- The topic ‘Remove date stamps from posts’ is closed to new replies.