Remove Showing Posts With Label in Blogger |
Also read: Making Blogger Responsive Mobile-friendly Template Design | Responsive Web Development
Remove/Delete Showing Posts With Label in Blogger
In most of the time when a reader clicks on any label, many related posts with that label will open in main-wrapper. At this time, if you look at the top-most part of the main-wrapper there is a message that contains: "Showing Posts with label� Show Older Post". As shown in the picture.Remove Showing Posts With Label in Blogger:
Step 1. First backup your blogger template. Then go to your template HTML editor.
Step 2. Click 'Expand Widgets Templates'.
Step 3. And then look for the following part of code:
<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: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>
Step 4. Now you have to just replace this code with the following Boost code:
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Step 5. Now save the template.<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Step 6. Click on any label and see the difference.
Don't forget to backup your template before applying any trick or hack. This always assures in most of the time while editing HTML? template and getting back to previous working stage.
EmoticonEmoticon