Dates on posts
-
Can custom CSS hide the date on a post?
The blog I need help with is: (visible only to logged in users)
-
-
-
Hi guys,
I am looking to remove the date on one of my posts too, I am using the cubic theme.
I want to have the date for all other posts but its a bit annoying for my about me post
This is my blog: http://www.livingwanderlust.com
Thanks heaps
-
-
@gemmsjournal, you are using a different theme than discussed in this thread, and to avoid confusion for users searching for things in the future, if you don’t find a thread on your subject and using the same theme you are, please start a new thread. Many thanks in advance.
To hide a date on a specific post, we have to use the postid CSS class defined in the opening HTML body tag on that page. In the case of your about post, that is postid-17. We then precede the .entry-date selector with the .postid-17 like below to limit this change to only that particular post.
.postid-17 .entry-date { display: none; }
- The topic ‘Dates on posts’ is closed to new replies.