Blogspot blogs have some useless widgets and functions. When you clicks a label for any default blogger layout you will see a message shows up above the posts like "Showing Posts With Label (label name). Show all posts".
Many people like to remove it. If you like this message, then good for you, but if you do not like and want to remove it. If that is your wish.
Therefore, if you want to remove it, follow this post....
Step 1. Go to your Blogger Dashboard - Template - Edit HTML
Step 2. Click "Expand Widget Templates" checkbox
Step 3. Now find below code in the template. Use (CTRL+F) to find the code:
Many people like to remove it. If you like this message, then good for you, but if you do not like and want to remove it. If that is your wish.
Therefore, if you want to remove it, follow this post....
Step 1. Go to your Blogger Dashboard - Template - Edit HTML
Warning : Always backup your blogger template.
Step 2. Click "Expand Widget Templates" checkbox
Step 3. Now find below code in the template. Use (CTRL+F) to find the code:
<b:includable id='status-message'>Step 4. Now replace this code with the following code:
<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:includable id='status-message'>Step 5. Save the template. Now you see your blog and click on some label. It will not be displayed.
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
No comments:
Post a Comment