Remove date and time stamp
-
I am using the Sunspot theme and need to remove the date and time from most of my posts. I purchased the ability to customize, but don’t have the CSS knowledge to figure it out myself. Please help!
The blog I need help with is: (visible only to logged in users)
-
You can remove the date and the time from the blog posts but that will not remove the datestamp from the URL. Every post URL contains the date of publication embedded into the URL.
I don’t help with CSS editing. Another Volunteer will assist you. Please be patient while waiting.
-
It doesn’t matter as much that it is still in the URL, how do I remove it from the post?
-
Please wait patiently for a Volunteer who helps with CSS editing to assist you. Here’s the link to the Sunspot stylesheet https://wpcom-themes.svn.automattic.com/sunspot/style.css Here’s the link to upload Firebug http://getfirebug.com/
-
Hey Shannon.
Copy and paste the following CSS snippet into your editor:
.entry-date { display: none; }This should remove the datestamp from your posts. Let me know if you need anything else. :)
-
awesome!
it does still show the dash that was before the date. anyway to remove that as well?
-
Yes, you can remove the dash using the following CSS:
.entry-header .entry-meta:before { content: ""; } -
-
-
-
-
- The topic ‘Remove date and time stamp’ is closed to new replies.