How to hide the published date?
You can hide the published date by pasting the following code in the Custom Code Header section from Dashboard -> Settings -> Code Inject.
<style>time, .article-date { display: none; }</style>
You can hide the published date by pasting the following code in the Custom Code Header section from Dashboard -> Settings -> Code Inject.
<style>time, .article-date { display: none; }</style>
Still need help? Contact Us Contact Us