I have 2 Blog post windows!!! Just need one!!!

原文網址


1、Go to Dashboard - Design - Edit HTML - Find and delete the following line - Save Template - Delete Widgets:

       <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>


我試過了,不過沒辦法刪掉,無法存檔,再試第二個方法:


2、Try this then. Go to Dashboard - Design - Edit HTML - Find and delete the following line 

<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>


Then, find for the following line:

<b:widget id='Blog2' locked='true' title='Blog Posts' type='Blog'/>

Change 'Blog2' to 'Blog1' so that it'd look like this:

<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>

一樣,無法存檔,所以我用以下第三個方法,成功了!

3、Go to Dashboard - Design - Template Designer - Advanced - Add CSS - paste the following code - 

#Blog1{
display: none;
}

解決了我的問題,不過我是把Blog1改為Blog2


0 comments:

張貼留言


up