Dates next to posts
-
How do you add dates next to each posts
The blog I need help with is: (visible only to logged in users)
-
In Chalkboard, the post metadata (date, categories and tags) is below the posts, but you have used the following to hide all of that.
.entry-meta { display: none; }If you wish to hide everything except for the date, remove the above and then add the following instead.
.cat-links, .tags-links, .comments-link, .sep, .edit-link { display: none; } -
-
- The topic ‘Dates next to posts’ is closed to new replies.