Hidden wd-modified-date on post page
-
I note that the theme outputs a hidden text block on a post page:
Example:
<div class=”wd-modified-date”>
<time class=”updated” datetime=”2025-10-05T22:30:11+00:00″>
October 5, 2025 </time>
</div>
I would like to know how to remove this completely from the page code.
-
This topic was modified 1 day, 23 hours ago by
paul-2426.
Hello,
The “modified date” element is part of the meta information block that appears under the featured image on the blog page.
When you disable Meta Information under Theme Settings > Blog > Blog Archive, it removes the entire meta block — including categories, author info, comments, and the modified date, from both the frontend and the page source.
Currently, the modified date (.wd-modified-date)
is hidden using CSS, which is why it still appears in the page source but not visually.
Best Regards,