Yes it's true that for any default Blogger blog layout shows, the "Showing posts with label ABC. Show all posts" message above the posts each time you click on a new label link. But really it is really annoying, that's why many people like to remove it.
Many of our users are sending us emails asking on how to solve this problem. So we are posting a tutorial on How to remove showing post with labels in Blogger. Just follow the bellow steps.
Step 1: Log in to your Blogger account.
Step 2: Go to Dashboard - Templates - Edit HTML.
Many of our users are sending us emails asking on how to solve this problem. So we are posting a tutorial on How to remove showing post with labels in Blogger. Just follow the bellow steps.
Step 1: Log in to your Blogger account.
Step 2: Go to Dashboard - Templates - Edit HTML.
Step 3: Now click anywhere inside the HTML code box and press Ctrl + F and search the bellow code.
<b:includable id='status-message'>
Step 4: Now after found the code, click on the sideways arrow next to it to expand the rest of the code.
Step 5: Now mark all the bellow code in your HTML 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>
Step 6: Now replace all the selected above code with the bellow code.
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Step 7: Now save the template. You have done it. Now click on some labels in your page and see there should be no box anymore.
Now It's your turn to share this post with your friends and write your reviews in comment box. Feel free to follow us by Email to get our updates and upcoming amazing tutorials direct to your mail id...
0 comments:
Post a Comment