How to remove "showing posts with label...show all posts" from your blog

when you have created pages or links in your blog and categorize them into searching by labels, a message comes out when a viewer clicks on that link and views the posts with the labels.
To remove it , you have to edit your blog template.
don't worry, its not that hard. follow the steps bellow carefully and you will have this message gone.



1.Go to your blog, then template, then go to edit HTML.


click image to view full size


click image to view full size

If it's an old blogger interface, it will ask for confirmations. If asks,press proceed.

2.click on the middle of your codes and press Ctrl+F to find the following line:
<b:includable id='status-message'>
click on the arrow left to the line to expand the codes
click image to view full size


you have to change these lines:
<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>


3. select the lines showed above and replace with the followings:
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>


4.now save your template and watch your blog... THAT ANNOYING THING HAS GONE!!


IMPORTANT:

IF YOU ARE NOT FAMILIAR WITH HTML EDITING, JUST BACK UP YOUR HTML CODES SO THAT YOU CAN RESTORE IT AND BRING YOUR BACKED UP TEMPLATE BACK. CLICK ON "TEMPLATE" AND "BACKUP/RESTORE" THEN BACK IT UP.











No comments:

Post a Comment