Tuesday 19 August 2014

How to Remove Showing Post with Label in Blogger


  • 1-Go to your Blog
  • 2-Click on Template


  • 3-Click on Edit HTML

  • 4-Now find this Code <b:includable id='status-message'>. Using CTRL+F.


  • 5-Now Replace this Code

  •     <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-And Replace it, with this Code
  •  <b:includable id='status-message'>
    <b:if cond='data:navMessage'>
    <div>
    </div>
    <div style='clear: both;'/>
    </b:if>
    </b:includable>
    


    Now Click on Save Button, you have done it.

    Share this post
    • Share to Facebook
    • Share to Twitter
    • Share to Google+
    • Share to Stumble Upon
    • Share to Evernote
    • Share to Blogger
    • Share to Email
    • Share to Yahoo Messenger
    • More...

    1 comments

    :) :-) :)) =)) :( :-( :(( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ :-$ (b) (f) x-) (k) (h) (c) cheer

     
    Posts RSSComments RSSBack to top
    © 2015 Eraneed ∙ Designed by Templates Crowd
    Released under Creative Commons 3.0 CC BY-NC 3.0