PDA

View Full Version : Need help in editing Blogger Template


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 != &quot;item&quot;'>
<div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);
</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 == &quot;item&quot;'><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!