I have found many blog where clicking on any tabs show this message at the top "showing posts with label name". Most of the Bloggers are unaware that it could be removed easily. Here, we are going to show you how to do this. Follow the below written steps:
1. First, go to your dashboard and then select the blog in which you want to remove this message. Now, click on the template option which is present in the left side bar. A screenshot is shown below:
<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>
The Code To Be Placed
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
1. First, go to your dashboard and then select the blog in which you want to remove this message. Now, click on the template option which is present in the left side bar. A screenshot is shown below:
2. Click on the "Edit HTML" option which is encircled in green color. This will open a new window which is basically a HTML code editor. Here, first click anywhere on the editor and then press "ctrl+f" a shortcut to open search bar.
3. Now, click on the search bar and search for this code, <b:includable id='status-message'>
4. Putting this code in the search bar, will search and match that code with the coding done in the editor of HTML. A screenshot of the editor is shown below where the search bar and the matched code is encircled with red and green color respectively.
5. Now click on the arrow button just ahead of the matched code. This is an arrow shaped icon encircled in blue color. This will expand the code.
You Can also go for the Video which will guide you on how to remove the message "Showing posts with label" by clicking here.
6. Here, Remove the whole code written below and replace it with the code written in green.
The Code to be Removed
<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>
The Code To Be Placed
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
7. All you have to do is to replace the whole code encircled in red color in the above figure by the code shown above in green color.
8. This is it, you just click on Save Arrangements and you are done. You can now view different tabs of your blog. The message "Showing posts with labels will not be seen". That's it. You have any query, do ask us in the comment box.
Comments
Post a Comment