Friday, April 10, 2015

How to remove Showing Posts with Label in Blogger?




Step – 1.  Login to your blogger account and Go to your blogger Dashboard.


Step – 2. Go To Template and Click Edit HTML.



Step – 3. In The HTML code, you will need to search this code. Ctrl + F and pate this code to search.
<b:includable id='status-message'>






Step – 4. Expend this code and Delete 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>


  

Step - 5. Copy the code below and past in the code you deleted. Save Template.
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
 
Done! Thank You So Much. If you have any question Comment below or write on Cbox and Send me text on facebook.

0 comments:

Post a Comment