Ticker

6/recent/ticker-posts

How to remove “Showing posts with label.. show all posts” from blogger template in Tamil 2024

Code:

Step 1:

<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 cond='data:blog.pageType == &quot;error_page&quot;'>

Need to Change to below code:
<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>

Step 2:

]]></b:skin>

.status-msg-wrap { display: none; }  or 

Step 3:

.status-msg-wrap { display: none; }

.queryMessage { display: none; }

Post a Comment

0 Comments