Show date only for specific post category
-
Hi!
I would like to show the post date only for the ‘nieuws’ category on my website (on both the thumbnail and the post itself). I hid the meta data (date & category title) with these code snippets:
.post__meta {
margin: 15px 0 0 0;
font-size: 0.875em;
display: none;
}.lsvr-pressville-post-grid__post.has-post-thumbnail .lsvr-pressville-post-grid__post-meta {
color: #FFF;
display: none;
}`But I don’t know how to exclude the ‘nieuws’ category from hiding the date (I would like to keep hiding the category name for all posts).
Hope someone can help!
- This topic was modified 3 years, 4 months ago by . Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Show date only for specific post category’ is closed to new replies.