> ## 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).

# 部落格：隱藏發佈日期 & 移除社交媒體分享按鈕

有關的文章： [部落格管理](/zh-tw/category/6yoo6jc95qc8566h55cg-1aqmm00/)

此文章將指導您如何隱藏部落格文章發佈日期以及移除社交媒體分享按鈕  
  

### 1. 隱藏部落格文章發佈日期

  
  
  
在前台隱藏部落客文章發布日期, 您需要編輯以下 3 個檔案 :  
  
*   article.liquid
  
  
*   blog.liquid
  
  
*   blog-sidebar.liquid
  
  
  
  
  
  
步驟 1: 前往 EasyStore 後台 > 銷售管道 > 佈景主題 > 編輯原始碼 > templates > article.liquid  
  
  
  
步驟 2 : 下滑至大約第33行，刪除以下所紅框起來的整段代碼。  
  
  
![](https://storage.crisp.chat/users/helpdesk/website/e0f3211d54077000/5d32cb12-7574-4ffa-b7eb-943673_16m19ri.png)  
  
  
步驟 3 : 儲存。  
  
  
  
步驟 4: 前往檔案 blog.liquid ，您可以在 templates 找到，之後再刪除以下所標記起來的代碼。  
  
  
![](https://storage.crisp.chat/users/helpdesk/website/4299f121ddfba800/5e8e0daf-2923-495c-98a1-7e6a57_kbqjq8.png)  
  
  
步驟 5 : 儲存。  
  
  
  
步驟 6 : 前往 blog-sidebar.liquid > 刪除以下所標記起來的代碼。  
  
  
![](https://storage.crisp.chat/users/helpdesk/website/c5f16e74be717800/f48742e3-c1f5-4fb9-b775-7098fd_3cxvp1.png)  
  
  
步驟 7 : 儲存便完成! 😍  
  
  
  
  
  
  
  
  
  

### 2. 移除部落格文章社交媒體分享按鈕

  
  
  
以下是部落格文章上的社交媒體分享按鈕：  
  
  
步驟 1: 前往 EasyStore 後台 > 銷售管道 > 佈景主題 > 編輯原始碼 > templates > article.liquid  
  
  
![](https://storage.crisp.chat/users/helpdesk/website/308d87f730866000/229ecc1a-02dc-4e3d-8455-fa53cc_1002n04.png)  
  
  
  
步驟 2 : 尋找以下編碼并將它刪除。  
  
{% if settings.social_sharing_blog %}  
  
<hr class="hr--clear hr--small">  
  
{% include 'social-sharing' %}  
  
{% endif %}  
  
  
  
![](https://storage.crisp.chat/users/helpdesk/website/a4f36d137528a000/23275110-d600-49a3-96a8-77589e_1rhts0l.png)  
  
步驟 3 : 儲存便完成! 😍

