Jump breaks in blogger

Now you can introduce Jump Breaks in your blog. No need of editing your html manually or writing JavaScript. Just put
<!-- 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
  • "<data:post.body/>". 
    
  • Once you found, add the following code right under it.
  • <b:if cond='data:post.hasJumpLink'>
    <div class='jump-link'>
    <a expr:href='data:post.url + "#more"'><data:post.jumpText/></a>
    </div>
    </b:if>

Related Posts by Categories



Widget by Scrapur

0 comments

Post a Comment