When we link the menu tabs with the labels than when we click the menu
tab than this message comes that showing post with label .....Show all
posts. Many bloggers want to remove it .If you also want to remove it follow the following steps and make it remove from blog and enjoy blogging.
Remove Showing Post With Label....Show All Posts Tutorial
Step 1:
Go to edit HTMLStep 2:
Search for this code with the help of ctrl +F<b:includable id='status-message'>
Step 3:
After you find this code press the arrow and expand itStep 4:
Now remove the code from the first to last all.
<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 5:
Now replace it with the following code
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
0 Comments: