(Blogger’s own read more -the jump break, can be classified as conventional read more)
Set 1: Backup teamplate:
This is an importion step!
Go to Dashboard > Design > Edit HTML
tick on "Expand widget templates " then backup Your Teamplate.
Set 2: Insert Code new! DO
After that, find this line: <data:post.body/>
Replace the line with this code:
<b:if cond='data:blog.pageType != "item"'>
<b:if cond='data:post.snippet'>
<b:if cond='data:post.thumbnailUrl'>
<div class='Image thumb'>
<img expr:src='data:post.thumbnailUrl'/>
</div>
</b:if>
<data:post.snippet/>
<b:if cond='data:post.jumpLink != data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"' expr:title='data:post.title'><data:post.jumpText/></a>
</div>
</b:if>
<b:else/>
<data:post.body/>
</b:if>
<b:else/>
<data:post.body/>
</b:if>Step 3: Config CSS:Find this line: </b:skin>
Replace the line with this code:
.thumb img {
float: left;
margin: 0 10px 10px 0;
}Now ẹnjoy!

2 comments:
April 21, 2011 at 1:30 AM
Oh this post is verry Good
March 13, 2012 at 5:18 PM
Thanks u! But I want to change the string's number to see. Can u help me?
Post a Comment