Friday, September 25, 2015

How to Remove Showing Posts With Lable in Blogger ?

this is the problem of default blogger layout, th "Showing posts with lable" message shows up above the posts each time you click on a label link atomatically all your post appear instantly on one page ! So friends if you want to remove this labels from your post just follow the tutorial below : 
 
STEP 1 Go to Dashboard than Template and click on edit HTML 













STEP 2. Click anywhere inside the template code, then use the keyword CTRL+F than than search this code below :  <b:includable id='status-message'> 
 after you found id , click on the sideways arrow next to it, to expand the rest of the code. 




STEP 3 below 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>










STEP 4 Replace it with this code below : 
 <b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

STEP 5 Finally now you can click on save the template. Then you can view your blog. magic friends .......

No comments:

Post a Comment