Thursday, June 21, 2012

Xóa dòng chữ "Hiển thị các bài đăng có nhãn..." trong Blogger


1. Đăng nhập vào Blogger
2. Vào Mở rộng Mẫu Tiện ích
Ở bước 3 dưới này mình sẽ hướng dẫn theo 2 cách,tùy vào giao diện bạn sử dụng mà sửa.Nếu cách 3.1 không được thì làm lại theo cách 3.2

Cách 3.1 Chèn đọan code sau vào phía trên dòng ]]></b:skin>

.status-msg-wrap{
display:none;
}

Cách 3.2 Bạn tìm đến đoạn code bên dưới:

<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div class='status-msg-wrap'>
<div class='status-msg-body'>
<data:navMessage/>
</div>
<div class='status-msg-border'>
<div class='status-msg-bg'>
<div class='status-msg-hidden'><data:navMessage/></div>
</div>
</div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

Bạn thay toàn bộ đoạn code trên bằng đoạn code dưới này:

<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

4. Lưu mẫu
Share this post
  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...

0 nhận xét

:) :-) :)) =)) :( :-( :(( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ :-$ (b) (f) x-) (k) (h) (c) cheer

 
© 2025 Sổ ghi chú
Designed by BlogThietKe Cooperated with Duy Pham
Released under Creative Commons 3.0 CC BY-NC 3.0
Posts RSSComments RSS
Back to top