Blogger is not only a website of this world, it is a world itself. It helps to connect unknown peoples
of different parts of the world. So, the blogger users are increasing rapidly. Many of the users are beginners and don't know much about blogging. The big problem that most of the blogger users are facing is that when they clicked on a post of label, it shows "Showing Posts With Label ....". You can also see the picture below;
So, in this post, we will be discussing on removing this ugly sentence from our blog. Now, follow my steps to remove it:- Go To Blogger Dashboard
- Click on Template and Then Edit HTML
- Click Anywhere inside template and search for the following code using CTRL+F
<b:includable id="status-message"></b:includable>
- You Can Find That Code. Then After That Click On Arrow On The Right Side Of The Code As Shown In the picture below;
- After that you can Find The Following codes inside it;
<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>
- Remove All The Codes
- Now, add the new codes there
<b:includable id='status-message'> <b:if cond='data:navMessage'> <div> </div> <div style='clear: both;'/> </b:if> </b:includable>
- Now, Save The Template
Happy Blogging!!
thank you so much
ReplyDelete