Removing "Showing post with label...show all posts"

Removing "Showing post with label...show all posts"
Step 1. Go to Dashboard - Template - Edit HTML (if necessary, click on Proceed button)

Step 2. "Make a Backup of Blog Template”

Taking backup of Blogger Blog template:
Whenever you do editing in your existing Blogger template, you should take backup of your blogger template so that in case there is some error you can restore your template again. You can follow these steps to take your template's backup:
  • Login to your Blogger account and go to the Dashboard.
  • Click on Template from the dashboard.
  • Now click on Backup/Restore from the upper-right corner as shown in the screenshot below:

Blogger-Blog-template-backup

  • Now click on "Download full Template" from the pop-up window as shown below:

Blogger-Blog-template-download

  • Save the file to your hard drive.
This process takes the backup of your Blogger template only not the data. For the complete backup i.e. Template as well as Data you need to follow below mentioned steps:
  • Login to your Blogger account and go to the Dashboard.
  • Click on Settings from the template.
  • Now go to the others tab from the settings window.
  • Click on Export Blog option from that window as shown below, it will pop-up an alert message.

 

Step 3. Now find (CTRL+F) this code in the template (Expand the little triangle next to 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 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....there should be no box anymore.

0 Response to "Removing "Showing post with label...show all posts""