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 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.

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 Install and Use Third Party Themes In Windows

Here in this tutorial we will tell you on how to install and Use Third party themes in windows. Third Party themes add charm to our Desktop Screen. However, before doing that you must need to patch system files on your windows. Patching Files is not that tough, however for newbie it might seem to be a little difficult.  To make the task simpler here, we will tell you about certain applications which could help you in patching system files easily that will help in the installation of custom third party themes.  Download Software to Patch System Files Here, we will tell you about 5 different Software which you can use to patch your system files on windows. 1) UxStyles This is a small bit of software which relaxes windows theme signature requirements to enable third party customization. This is considered as the most famous patching system files software and is available for all version of Windows. It is first introduced in March 2009. Click here  to...