Subscribe:

Ads 468x60px

Friday 27 January 2012

REMOVING SHOWING POSTS WITH LABELS, SHOW ALL POSTS


If you want that in your blog it should not show showing posts with labels, show all posts then follow the steps given below it will hopefully solve your problium.


1. First, as always, make a back-up your template
2. Go to:  Dashboard > Layout > Edit HTML > Download full template.
 
3. Check the box to  "Expand Widget Templates"

4. Find this 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>


5. REPLACE it with the following:

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

6. Click Preview.
7. If all is well, save.

0 comments:

Post a Comment