How To Remove Showing Posts With Label In Blogger Blogspot - AjmalWeb

The Way Of Online Learning Of Blogging WordPress Google AdSense

Sunday, 22 May 2016

How To Remove Showing Posts With Label In Blogger Blogspot

How To Remove Showing Posts With Label In Blogger Blogspot


Any of the default Blogger template layout Showing Posts With Label message show up above the post each time when you click on label link 

Today i will show you " How To Remove Showing Posts With Label In Blogger Blogspot " Many people want to remove this message but don't know that how Remove Showing Posts With Label In Blogger. Follow these simple steps.

Step #1 Go to Blogger Dashboard > Template > Edit HTML

Step #2 Search this following code using "Ctrl+F"

<b:includable id='status-message'>

After found this code click on black arrow on left side expand the rest of code 


Step #3  The following code you need to remove 

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



Step #4 Replace it with this below code 

<b:includable id='status-message'>
 <b:if cond='data:navMessage'>
 <div>
 </div>
 <div style='clear: both;'/>
 </b:if>
 </b:includable>

Step #5 Save template view your blog and also check result by clicking any of label. 

Now you have successfully removed "Showing Posts With Label.....show all posts"  there should be no box anymore.

No comments:

Post a Comment