Suppress date in built in blog

Is there a theme or code that allows me to not show the date on a blog post?

Try following CSS:

.blog-entry-date { display: none; }

3 Likes

Perfect! thanks this is the solution

1 Like