How to Remove Showing Posts With Label in Blogger
Showing Posts With Label is a problem by which almost every new blogger's face-offs. Well, this can be quite disgusting when Showing Posts With Label pop-ups on your blog page.Which do not gives a professional look at your blog. This comes. By default, the message is showed up every time you click on a blogger label. Again, which is of no use. I would suggest you get it from your blogs' Label page by following these simple steps given below.
Also Read: How To Create A Free Blog On The BlogSpot Blogging Platform
1. Login to your Blogger account and Goto dashboard.
- <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>
5.Delete all codes from third line i,e <div class='status-msg-wrap'> to </div> in the Tenth line.
Also Read: Hide or Show Widgets and Gadgets in Home, post, static, archive pages in Blogger
"Note: Your Final code must look like this"
- <b:includable id='status-message'><b:if cond='data:navMessage'>
- <div>
- </div>
- <div style='clear: both;'/>
- </b:if>
- </b:includable>
Once you replaced the code just save it and test the changes you made to your blog.
Showing Posts With Label is a problem by which almost every new blogger's face-offs. Well, this can be quite disgusting when Showing Posts With Label pop-ups on your blog page.Which do not gives a professional look at your blog. This comes. By default, the message is showed up every time you click on a blogger label. Again, which is of no use. I would suggest you get it from your blogs' Label page by following these simple steps given below.
Also Read: How To Create A Free Blog On The BlogSpot Blogging Platform
1. Login to your Blogger account and Goto dashboard.
Also Read: How To Create A Free Blog On The BlogSpot Blogging Platform
1. Login to your Blogger account and Goto dashboard.
- <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>
5.Delete all codes from third line i,e <div class='status-msg-wrap'> to </div> in the Tenth line.
Also Read: Hide or Show Widgets and Gadgets in Home, post, static, archive pages in Blogger
"Note: Your Final code must look like this"
- <b:includable id='status-message'><b:if cond='data:navMessage'>
- <div>
- </div>
- <div style='clear: both;'/>
- </b:if>
- </b:includable>
Leave a Comment