Missing date on blog posts
-
Hello, for some unknown reason our blog posts are displayed without date, both in single blog article and archives:
https://atmosphere.it/category/guide-e-consigli/
https://atmosphere.it/letto-con-quinta-gamba-cose-e-perche-sceglierlo/
is that normal? Can you please help? Thank you.
Hello,
Which data is missing please send a screenshot of the backend and frontend both.
Best Regards.
The DatE is missing, that it the day when the post is published.
Hello,
Can you please share valid WP-ADMIN Login details of your Site so that we can proceed further and check the issue on your Site and assist you accordingly?
Best Regards.
Hello,
Please update the new version of theme “WOODMART WORDPRESS NEW: 7..2.4RELEASED” and update the required plugin and check the issue.
https://xtemos.com/docs-topic/update-the-theme/
Best Regards.
I updated both theme, wordpress and all plugins but nothing changed. The date is not displayed anywhere.
Hello,
I have visited your site and added a test post on your site. The date is showing fine.
Screenshot for clarification:
https://ibb.co/k2jfRJN
Best Regards.
So basically the date is showing over the featured image, and if you don’t add a featured image you can’t see any date… I don’t think this should be normal behaviour honestly. Also the year isn’t displayed either. Why not add “published on …” below the post title like almost every wordpress site?
I also added a custom CSS string since I wanted to hide author, did you remove it?
Hello,
Yes if you do not set the post-featured image the date is not visible. It is the same behavior on our test site. It is the default functionality of our theme.
https://ibb.co/Qjp7Gbj
Also, I have added the following CSS code in Theme Setting -> Global Custom Css.
.wd-entry-meta .meta-author {
display: none;
}
Best Regards.