How to Remove "Showing post with label...show all posts" in Blogger

1. Logging to your Blogger Account.
Note:- Backup your current template coding after you have to apply this process.
2. Go to your Blog Dashboard ---->Template----->Click on Edit HTML

3. Press CTRL+F in the code window and find below code. 
<b:includable id='status-message'>
 4.After find the code click arrow as shown in screen shot.
  <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>

 5.  Replace Below Code.
 <b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
6. Save your Template 

0 Response to "How to Remove "Showing post with label...show all posts" in Blogger"

Post a Comment