Hi,
Unfortunately there is only a general option that will apply for all posts -> https://i.imgur.com/00c9J7H.png
The only way that you can hide several individual posts is to use a custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ here is an example of code that is using the post id https://i.imgur.com/qHoP7Ve.png -> https://i.imgur.com/fAze6Sv.png
Thank you!
Hi,
You need to set the css code for each post that you want to hide the post date, for example
.postid-1 header .td-post-date,
.postid-2 header .td-post-date,
.postid-3 header .td-post-date,
.postid-5 header .td-post-date{
display: none;
}
The above code it will remove the post date from post with id 1, 2,3 and 5, now you need to set your posts id, also you can set it for how many posts you want.
Hope this will help you!
Thank you!
Hi,
Unfortunately this can be apply only for all posts, you can not set it only for some of theme, for this you can use the article from here -> https://techrrival.com/remove-date-google-search-result/ we recommend to use the method 2 with Yoast SEO Plugin.
Thank you!
I have a similar problem. I use The Events Calendar plugin, and need to hide the Post Date from Search results. I was able to easily hide it from the homepage grid blocks, but it shows up in the Search results. This is deceiving, because it gives the user the impression that the date of the event is the day we posted it on the site. What I really need to show there is the date of the event in Search results, but if I can’t easily do that, then I need to hide the Post Date. I don’t want to hide it from any other type of posts, just the ones (Post Type = tribe_events) generated by the plugin from Search.
• Search results for “moad” showing date (Jan 27) we posted the event- https://www.screencast.com/t/SwOaLkywi
• Event page showing actual date (Feb 26) of event – https://bayarearegistry.com/event/black-history-month-celebration-concert-with-martin-luther-mccoy/
• See Post Dates hidden from “Bay Area Events” section of the home page – https://bayarearegistry.com/
-
This reply was modified 4 years by
michaeldef.
Hi michaeldef, it looks that you are using the Newspaper theme and not the Newsmag theme.
For the problem that you have, I think that an option will be to remove the date from tis event – https://bayarearegistry.com/event/black-history-month-celebration-concert-with-martin-luther-mccoy/ now the problem can be how this can be done if there are no options. This depends on the template that it is used.
Maybe this will help you:
-> https://www.templatesell.com/blog/remove-the-date-from-your-wordpress-posts/
-> https://wordpress.org/support/topic/remove-time-and-date-from-submit-an-event-page/
Thank you!