<!-- more -->
in your blog (Edit HTML Mode) or click on jump break icon while in Compose mode.
Click here to the read the article.
Note : If you are using custom templates or templates other than provided by Blogger, jump break won't work until you do the following.
- Go to Layout / Edit HTML Template. (Be sure to make a backup).
- Please select the Expand Widgets check box.
- Find the line
- Once you found, add the following code right under it.
"<data:post.body/>".
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'><data:post.jumpText/></a>
</div>
</b:if>
0 comments
Post a Comment