Skip to main content

How To Remove Showing Posts With Label in Blogger

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:



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

Popular posts from this blog

How To Create Drop Down Menu in Blogger

Drop down Menu  is something which everyone wants to have on his blog. However, because of the lack of proper information they can't have it on their blogs. Again, many people even think that it is quite hard to put menus with sub menus on any Blog. Well, this is not so. Here, in this tutorial we will tell you on how to add sub menu to your Menu step by step for your Blog.

How To Create a 4 Digit Login Pin for Windows 8 or 10

Here in this tutorial, I will tell you on how to create a 4 digit login pin for windows 8 or Windows 10. Log in to windows 10 or 8 with your Microsoft Account password is really time taking as we all keep long password for our Hotmail or Outlook account.  Making long and complicated password is good for security reasons however, typing long password each and every time you login or unlock your system is a complicated thing and it irritates too. Here, I will tell you the solution for  windows 8  step by step. For  windows 10 , you have to follow the same steps without any change.  You must not be knowing it but Windows 8 and 10 both provide two solutions to get rid of this long password thing.   The First Solution is to disconnect yourself from Microsoft Account . You can visit here to   open your Windows 10 without signing into Microsoft account . The Second solution is to create 4 digit Pin about which I will tell you here. 

How to add line spacing in between Bullets on Wordpress

Today, we discuss how to enter line spacing in between Bullets, paragraphs, etc. on WordPress. Sometimes, it is really necessary to enter line spacing in between lines or segments to provide a immense way of work. You don't require any Visual Composer or a blog template to proceed with. All you need is to insert couple of codes in between lines under HTML coding and you are good to go.