How do I hide the publishing date that appears at the top of a post?
-
How do I make the publishing date hidden? I want my blog to look less blog-gy and more website-y.
The blog I need help with is: (visible only to logged in users)
-
Hey Tara,
No problem. You just need to add this custom CSS:
.post-date { display: none; }You can edit your site’s custom CSS in the Appearance → Customize → CSS menu of your dashboard. You can find more information on editing custom CSS here:
http://en.support.wordpress.com/custom-design/editing-css/
Let me know if there’s anything else I can help you with.
Radford
- The topic ‘How do I hide the publishing date that appears at the top of a post?’ is closed to new replies.