Tips To Remove Showing Post With Label

Sometimes we feel the blog look less attractive with the texts Showing Posts With Label that appear on the top of our blog postings. The texts of Showing Posts With Label are actually the description displayed for each search based on the label that we want to search. With the termination of this writing may display the search based on the label will look more attractive. Though the texts of Showing Posts With Label do not appear on the actual posts, all posts based on the label we are looking for constantly appear. If you take a good look, my blog does not display the texts of Showing Posts With Label on top of the postings. How, willing to try?

The following steps that you need to do to get rid of the texts of Showing Post With Label on the top of the post.

1. Login to your blogspot.com account.

2. Go to Dashboard.

3. Next, click Templates. We recommend that you create a backup before continuing by clicking Backup button located on the right side of your blog, pointless to anticipate things that are undesirable, and you can restore your blog with the saved backup if the result does not match with what you want.

4. When you have made a backup, then click Edit HTML > Proceed.

5. Tick the Expand Widget Templates like the picture below:


6. Then search the following HTML codes, don’t forget to use CTRL + F for easier searching.


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

7. Next, remove the code, see the following image:
6. Then search the following HTML codes, don’t forget to use CTRL + F for easier searching.

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

7. Next, remove the code, see the following image:

8. Once the HTML codes removed, replace them with the following codes:

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

9. Click the Preview button to see the results. When it is not found any parse code, meaning that the codes you have inserted are correct.

10. The last step, click the Save Template button to save the changes.

To see the results that you have done, click the View, locate and then click one of the categories that exist on your blog. When there is no Showing Posts With Label texts appear, means what you have done is correct.