How to Remove or Edit : Showing Posts with Label Message

How To Remove Showing Posts with Label Message :

1.Go to blogger dashboard and choose the blog.

2.Navigate towards the Template section of the blog and click Edit Template.

3.Press CTRL + F to get the search bar and search for this tag :

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

4.Click on the tag to expand it.The final code will look similar to the one given below.

 <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.Now Replace the code given above with the one given below,


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

And that's it Your done.Refresh any of your label page and you won't find this message on your blog any more.

How To Change Showing Posts with Label Message :

1.Search for this tag in the Template   <b:includable id='status-message'>

You will find the code given below

 <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>

2.Change the tag in pick with the one given below and write your message in the given manner.

Check Out My Awesome <data:blog.searchLabel/> Posts !

The new message that will appear will be similar to the one below.


Note :
    You can change the text to what ever you want I have used the Message just for tutorial purpose.


source:http://www.eliteblogpress.com/2013/11/change-or-replace-showing-posts-with-labels-message.html

Ads