Delete or hide timestamp an date from posts
-
I’m using the theme “Visual” and I’d really like to hide the timestamp and date from my posts. I went through the other questions here and can’t seem to do it for the theme i’ve chosen. Could you help?
-
You can hide the line of metadata below the post titles using CSS with the Custom Design upgrade. You can try out the change below and preview it by going to appearance > custom design in your dashboard and click the “preview” button in the CSS module. Add the following to the CSS window to see the change.
.entry-meta { display: none; }
- The topic ‘Delete or hide timestamp an date from posts’ is closed to new replies.