Now find (CTRL+F) this code in the template:
<b:include data='post' name='post'/>
And REPLACE that line with this code:
<!--ARCHIVE-TITLES-STARTS-->
<b:if cond='data:blog.homepageUrl !=
data:blog.url'>
<b:if cond='data:blog.pageType != "item"'>
<a expr:href='data:post.url'>
<li></li><data:post.title/></a><br/><br/>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<!--ARCHIVE-TITLES-STOPS-->
This entry was posted on Sunday, March 08, 2009 and is filed under
Blogging tips
.Follow any comments here with the
RSS 2.0
.
You can leave a response so that we can know your suggestion.
Post a Comment