Remove dates from home page and posts
-
Hi,
I’m trying to remove the dates from showing next to posts on both the homepage, and also on individual posts.
Currently I’m using this:
.single-post .post-meta { display: none; } .post-meta { display: none; }
The problem, though, is that also blocks out the “X Comments” part of the meta that is next to the date, and I’d like to keep that.
I’ve tried to play around with it but I can’t figure out what I need to change it to in order to keep the “X comments” but not the dates.
- The topic ‘Remove dates from home page and posts’ is closed to new replies.