Sunday 24 November 2013

How to Remove Showing Posts With Label in Blogger

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. 

0 comments:

Post a Comment