Archived topic
Blog displaying 2 dates side by side, but one is hidden in code?
1 reply · Started by Ryan on March 29, 2023
Please help. Viewing my source code, the theme is coding the dateModified and datePublished, simultaneously. But viewing it in the browser, it seems the CSS is hiding one of them? I only want it to post the datePublished, so only the published date is display - not both.
Hi Ryan,
Viewing my source code, the theme is coding the dateModified and datePublished
This is something WP does and not the theme.
By default, only the published date should display at the front end and it actually requires CSS to show the published date:
https://docs.generatepress.com/article/show-the-updated-post-date/
Can you disable WP Rocket first?