Home › Forums › Support › Remove Post Dates On Selected Posts Only This topic has 5 replies, 3 voices, and was last updated 4 years, 3 months ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 14, 2019 at 2:54 am #810092 JOHN What is the correct way to remove posts dates only on a few posts? I am using the “marketer” theme library. I use mostly posts and a few pages on my site. A few of my posts I would like the date not to show. I have read in the forum of using CSS or using a filter. What would you recommend? February 14, 2019 at 5:44 am #810198 DavidStaff Customer Support Hi there, if you don’t want ( or don’t mind ) search engines not seeing the date then filter is the best route. Tom provides a filter here for posts that are within particular categories as an example: https://generatepress.com/forums/topic/disable-post-meta-based-on-category/#post-721411 If you want to allow the search engine to see the date but not humans then CSS. Let me know. February 14, 2019 at 2:39 pm #810796 JOHN How would I do it with CSS? Would this work? .entry-date { display: none; } I just want to hide the date on 3 posts. February 14, 2019 at 5:16 pm #810857 TomLead Developer Lead Developer You would do this: .postid-10 .posted-on, .postid-20 .posted-on, .postid-30 .posted-on { display: none; } You just need to update numbers with the actual IDs of the posts. February 14, 2019 at 5:55 pm #810877 JOHN Thank you. that works. February 14, 2019 at 6:00 pm #810882 TomLead Developer Lead Developer You’re welcome 🙂 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In