Leatest Tricks: Azora Multipurpose WooCommerce Theme   NewsTube Blogger Template   Fabulicious Blogger Template   Ivero Blogger Template   How to create rollover image effect   HeradinoMag Blogger Template   ColorMag – Free WordPress Magazine Theme    100+ Smooth & Smart "Scroll To Top" Button Codes    How To Easily Download From Indishare    Download Button with two arrow   Blogger Recent Comments Widget with Circle Avatar    Latest version Facebook comment box for Blogger (v2.3)    Animated Social Share Button For Blogger with CSS   Weather Widget For Blogger. Free weather widget for website.    How To Add Time Ago Format In Blogger Post Date   How To Remove Showing Post With Label In Blogger   Top Commentators Widget With Avatar For Blogger   Changing "Post a Comment" With Image and Text   Add Demo and Download button in Blogger    Blogger Most Commented Widget with Awesome Look    Blogger Tips and TricksLatest Tips And TricksBlogger Tricks

How To Remove Showing Post With Label In Blogger

Sourav 7/28/2015
For any default Blogger layout, the "Showing posts with label" message shows up above the posts each time you click on a label link. As it's a pretty useless and annoying message, many people like to have it removed. If that is your wish, just follow the tutorial below:

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

Step 1. Go to Dashboard - Template - Edit HTML (if necessary, click on Proceed button)


Step 2. Click anywhere inside the template code, then search - using CTRL+F - this code:
<b:includable id='status-message'>

After you found it, click on the sideways arrow next to it, to expand the rest of the code.

Screenshot:

Step 3. Below is this code that you need to remove - along with the first one, as well:
  <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>
Screenshot 

 Step 4. 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.

Finally you done !

Related Article

adss