Friday, January 10, 2014

HOW TO REMOVE "SHOWING POST WITH LABEL " FROM BLOGGER

Follows these steps to Remove "Showing post with label ................

1. First Login with Your Blogger Account .

2. Go to DashBoard and then Click on Template and then Click on Edit HTML .















3. Now Find given below code using CTRL + F  .

                   "  <b:includable id='status-message'> "

After Find above code click on arrow next to it to expand  remaining code .




4. Now you will get code just like below .

<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. Now Replace Above Code with Below Code .

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

6. Now Click on Save Template . 

No comments:

Post a Comment

Welcome to Windows Server And VMware

Microsoft has also produced Windows Server Essential (formerly Windows Small Business Server) and Windows Essential Bussiness Server (discontinued), software bundles which includes a Windows Server operating system and some other Microsoft Servers products

VMware's desktop software runs on Microsoft,Windows,Linux, and Mac OS X, while its enterprise server hypervisor for servers,VMware ESX and VMware ESXi, are bare-metal hypervisor that run directly on Server hardware without requiring an additional underlying Operating System