Disable Date on posts
-
How do I disable date from the post?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can get rid of the date with CSS, but that requires a Premium or Business Plan:
if you decide to purchase a plan, you can use this snippet:
.entry-meta, .entry-footer { display: none; }Hope that helps. Let me know if you have any questions.
Thanks!
-
-
-
CSS is theme-specific, but most themes use the same classes to point to stuff like post meta data, so this code should work for most themes.
- The topic ‘Disable Date on posts’ is closed to new replies.