> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.unicornplatform.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to hide blog post dates

|| When you transfer your blogs from another platform, you may want to hide the publication date so they don’t all appear with the same date.

To hide the publication date in the blog, use the following code:

```
<style>
.date-modified {
 display: none;
}
<style>
```

We will place this code in **Settings -> Blog -> Each blog post </body> code:**

![](https://storage.crisp.chat/users/helpdesk/website/7e782a40c0560c00/image_dxvvvh.png)

Now, the publication date will no longer be visible on the blog pages:

![](https://storage.crisp.chat/users/helpdesk/website/7e782a40c0560c00/image_1rjw5re.png)