ckalcov
10-10-2009, 12:59 PM
Hi I'm trying to edit my blogger's template so that the first post is fully visible and the rest are shortened.
I've got as far as finding out that to make them all visible you use the code
<data:post.body/>
and to make them all shortened you use the code
<b:if cond='data:blog.pageType != "item"'>
<div expr:id='"summary" + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>");
</script>
<span class='rmlink' style='float:right;padding-top:20px;'>
<a expr:href='data:post.url'>»» read more</a></span>
</b:if>
<b:if cond='data:blog.pageType == "item"'><data:post.body/>
</b:if>
As I said, I don't know what I should use to have the most recent post fully visible and the rest shortened. What script do I use?
My website is 3gsounds.blogspot.com
Any help would be much appreciated . Thanks!
I've got as far as finding out that to make them all visible you use the code
<data:post.body/>
and to make them all shortened you use the code
<b:if cond='data:blog.pageType != "item"'>
<div expr:id='"summary" + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>");
</script>
<span class='rmlink' style='float:right;padding-top:20px;'>
<a expr:href='data:post.url'>»» read more</a></span>
</b:if>
<b:if cond='data:blog.pageType == "item"'><data:post.body/>
</b:if>
As I said, I don't know what I should use to have the most recent post fully visible and the rest shortened. What script do I use?
My website is 3gsounds.blogspot.com
Any help would be much appreciated . Thanks!