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.

Search and Apps: Interesting Feature of Windows 10

Windows 10 has come with lots of surprises and interesting features. Well some of the interesting features are Search and Apps, Search, Share, App Sizes, Defaults and Notifications.   Well, we have discussed about Notifications earlier. You can look about it by clicking here . Let's see what Search and Apps consists of other than Notifications option. Follow the below written to steps to reach to Search and apps option. Step 1 : Press  Win+I  keyboard shortcut. It will open the right sidebar. Look at the down right corner. You will see  change PC settings . Click on this. Step 2 : It will open a new window with name " PC settings ". Select  Search and apps  here. Step 3 : It will open a new window of  Search and Apps.  Here, you can see different options like: Search, Share, Notifications, App sizes and Default. Let's us see a brief about each of them. 1. Search : Whenever you search for something and suppose it is not in...

Create Multiple Desktop in Windows 10

Here, We are going to tell you on how to create multiple desktop in Windows 10 and working on them by switching in between them. Windows 10 has come in the market with lots of interesting things like its start button combined with start screen. Similarly, it has brought the feature of adding multiple desktop on a single operating system. Multiple Desktop, the name itself is enough to explain its meaning. Isn't it excite you as you could have more than 1 desktop. Thus, You could create multiple desktop with different looks and you can switch between them whenever you wish too. This new feature of windows lets you separate work-spaces for work and fun, without the need for an actual additional computer. Let's see how to create these multiple desktop and have fun with them. How To Create Multiple Desktop On Single OS and Switch Between Them Creating Multiple Desktop and switching in between them is very simple just like the way we used to switch between the tabs. Foll...