0
從桌面瀏覽器查看時,此條件代碼運行良好,但我希望這也能用作移動網站。請建議所需的任何修改。如何讓此代碼在博主的移動視圖中工作?
步驟-1以下</b:skin>
粘貼下面的代碼 -
<b:if cond='data:blog.url !=
"http://yourblog.blogspot.com/search/label/Label"'>
<style>
#Gadgetid{
display: none;
}
</style>
</b:if>
步驟2以下<b:loop values='data:post.labels' var='label'>
粘貼下面的代碼:
<b:if cond='data:blog.pageType != "index"'>
<b:if cond='data:label.name == "Label"'>
<style>
#gadgetid{
display: block !important;
}
</style>
</b:if>
</b:if>