How to get rid of messages "Showing Post Label" on blogger - Wayourlife

How to get rid of messages "Showing Post Label" on blogger



Every time a user or ourselves clicks on a link with a certain label, a message will appear "Show all posts with the label" blah..bla..bla ". Show all posts" like the picture below

Our blog will display the posting articles according to the label that we click. Maybe for some bloggers this message is a bit annoying and really wants to delete the message display.

But Blogger's platform does not provide a way to delete this message. If you want to delete your friend, follow the steps below

1. Open and login to the blogger account.

2. Select the HTML edt theme

3. Look for the code below (to make it easier to use ctrl + F) :

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


4. After finding the code, delete the code below until the sign (which is in the first line):
<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. Save...Finish

Add your comment