Running 2 Youtube Channel : The Masti Adda (Fun based ) : The Knowledge Adda (Knowledge based) : Subscribe for Knowledge with Fun....

April 05, 2016

How to Hide Showing posts with label in Blogger

Written by @
By default label message shown in any blogger. When you make a post you define the label. But when you open that label its show a message “Showing posts with label Name. Show all posts”. As shown in given image.

Sometimes it does not look nice in blog. This is default functionality of the blogger. In this article, I show you How to Hide Showing posts with label in Blogger. To Remove/hide/delete follow some step. Before doing this best idea is to keep backup of your blog.
1. Login to Blogger Account
2. Select your Blog Name
3. Select Template
4. Then Edit HTML option to open HTML Editor

Now find using Cntrl + F the following code to delete or hide the label message
<b:includable id='status-message'>
There are more number are such code. But you have find that above given code for message. When you find this code expand the whole code to see. Then you find code such as 
<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>

Now delete whole code from the Editor. In place of this code just you have to paste the following given code.
<b:includable id='status-message'>

<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Now save the template. You code has been saved. Now when you click on label the label message will be not shown now.


In this we have remove the message, if you want to only hide the message then also you can do it by just making some minor changes in the CSS. Enjoy Blogging with me.

If you like posts on this blog. Please feel free share the content to other. For any query you can contact using comment box as well as by contact Number.

1 comment:

  1. I am reading your post from the beginning, it was so interesting to read & I feel thanks to you for posting such a good blog, keep updates regularly..

    Android Training in Chennai

    ReplyDelete