如何刪除遭鎖定的widget中quick edit的圖像? - 部落格

Table of Contents

最近用了一個新的版型,這個版型是由別人製作的,理所當然會包涵版權宣告
而BLOGGER也很聰明的鎖定了版權宣告,不讓人亂刪,給作者應有的肯定

我沒有打算刪除版權宣告,但是裡面有一個QUICKEDIT的圖示我很想刪掉
因為我想要讓版面盡量乾淨,這裡的CODE是這樣的
我只想要刪掉黃色那一行,該如何解決呢? 先謝謝大家了~~~

<!-- outside of the include in order to lock Attribution widget -->
<b:section class='foot' id='footer-3' showaddelement='no'>
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
<b:includable id='main'>
<b:if cond='data:feedbackSurveyLink'>
<div class='mobile-survey-link' style='text-align: center;'>
<data:feedbackSurveyLink/>
</div>
</b:if>

<div class='widget-content' style='text-align: center;'>
<b:if cond='data:attribution != &quot;&quot;'>
<data:attribution/>
</b:if>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>

--

All Comments

Poppy avatarPoppy2011-06-18
去後台設定把快速編輯的功能關掉不就好了?
Emily avatarEmily2011-06-19
快速編輯只適用於本文'post' 其他好像不受影響?
我已經關了 還是一直看到quickedit的圖示
Enid avatarEnid2011-06-21
結果我用adblock plus直接阻檔圖片了 XD
Charlie avatarCharlie2011-06-25
後台的快速編輯好像是文章的快速編輯,顯示出來是一枝鉛筆,
Genevieve avatarGenevieve2011-06-29
而原 po 看到的應該是小工具的快速編輯,顯示出來是螺絲起子
John avatarJohn2011-06-29
和把手。
Carol avatarCarol2011-07-03
至於版權宣告這個小工具好像被鎖定了,改了裡面的內容在存檔
Frederic avatarFrederic2011-07-03
後都會被回復為原始狀態,我最近因為宣告裡的英文句點 (.)
Blanche avatarBlanche2011-07-03
想改成中文句點 (。) 一直無法改成功 = =
Erin avatarErin2011-07-05
正如樓上所言...網路上有加入註解的方式 <!-- -->
Valerie avatarValerie2011-07-10
但是有時成功有時失敗還蠻奇怪的