Removing Date
-
This is very frustrating that there is no way to contact anyone at WordPress.com by phone.
My question is how to remove the date. I purchased the upgrade but I can’t make heads or tails of how to do this could someone please give some step by step directions for how to do this. I am ready to go to another blog.
The blog I need help with is: (visible only to logged in users)
-
Do be aware that although you can remove the date appearing next to the post titles, example > Book Love Chapter 3-4 March 17, 2014 you cannot remove the date embedded into the post URL. Every post URL has the datestamp embedded into it, example > http://angietemple.wordpress.com/2014/03/17/book-love-chapter-3-4/
-
Hi there, you can go to the Custom CSS box in your admin and add the following CSS to remove the date under post title:
/* Hide the date */ .entry-date { display: none; } /* Hide the icon */ .entry-meta .date a:before { display: none; } /* Spacing fix */ .entry-meta > span { margin-right: 0; }
- The topic ‘Removing Date’ is closed to new replies.