How to Remove Showing Posts With Label in Blogger

By GSM Player → Sunday, November 24, 2013
Step 1. Go to Dashboard - Template - Edit HTML (if necessary, click on Proceed button)


How to Remove Showing Posts With Label in Blogger

Step 2. Select "Expand Widget Template" (make a backup)


Step 3. Now find (CTRL+F) this code in the template:


<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. Delete the code from above and replace it with this one: 

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

Step 5. Save the template. Now view your blog and click on some label...Ap dakhain Gy ky no box anymore. 

Post Tags:

Umair Abubakkar

I'm Muhammad Umair Abubakkar. A full time web designer. I enjoy to make modern template. I love create blogger template and write about web design, blogger. Now I'm working with GSM Player.

No Comment to " How to Remove Showing Posts With Label in Blogger "

Enter Your Comments