> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.easystore.co/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).

# Hide blog post published date

###### In this article :
1.  Hide blog post published date    
2.  Remove social media sharing for blog post
    
### ⚠️ Kindly take note :
*   Above all code editing, you will need to re-edit the code again if you switch to a new theme template    
*   We do not allow to change or edit the code for the **checkout page** (which include shipping & payment method) due to security reasons
    
## 1. Hide blog post published date

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-19_6wi7ir.png)

By hiding the published date on your blog post, there are **3 files** need to be edited:
*   article.liquid    
*   blog.liquid    
*   blog-sidebar.liquid
    

**Step 1:** Go to [EasyStore Admin](https://admin.easystore.co/) > Channels > Online Store > Edit source > templates **> article.liquid**

**Step 2** : Remove the highlighted code

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-20_gqj0ie.png)

**Step 3** : Save

**Step 4:** Select **blog.liquid** from **templates** and remove the highlighted code as well

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-21_vti33u.png)

**Step 5** : Save

**Step 6 :** Go to **blog-sidebar.liquid** > remove the highlighted code

![](https://storage.crisp.chat/users/helpdesk/website/4dcc04d6c8a3a000/1138e8ae-c1a1-4206-9939-b7654c_17lixnv.png)

**Step 7 :** Save and you're done! 😍

## 2. Remove social media sharing for blog post

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-22_l39oo6.png)

**Step 1:** Go to [EasyStore Admin](https://admin.easystore.co/) > Channels > Online Store > Edit source > templates **> article.liquid**

**Step 2 :** Look for **social_sharing_blog** and remove it

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-23_cpttgo.png)

**Step 3 :** Save and you're done!