Blog Boost Hack: Remove “Showing Posts with label…Show Older Post” : ProBlogBooster

This is Tested OK Funda, and every blogger should implement this trick. Blog Boost Hack ProBlogBooster

In most of the time when a reader click on any label, several related posts with that label will open in main-wrapper. At this time, if you look at the top most part of the main-wrapper there is line similar to

Showing newest posts with label “Here goes you label”. Show older posts.

The picture is shown belowRemove Showing post with label

So in this Blog Boost Post we learn how to remove this unwanted lines.



Just go with these steps:
1. Go to your template HTML editor.
2. Click ‘Expand Widgets Templates’.
3. And then look for the following part of code:

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

4. Now you have to just replace this code with the following Boost code:

+BOOST Code:

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

5. Now save template.

6. Click on any label and see the difference.

IMP Note: Don’t forgot to backup your template before applying any boost trick or hack. This always assures in most of the time while editing html template and getting back to previous working stage.

0 Response to "Blog Boost Hack: Remove “Showing Posts with label…Show Older Post” : ProBlogBooster"

Post a Comment