Adsense Ads code

Friday 13 February 2015

Insert "Jump Link" or "Read more" in a Blogger post

1. How to insert "Read more" into blogger? 

When writing a post in blogger, click the little broken page to insert a “read more” jump link.
Example

2. How to Change "Read more" text?



You can alter the text in manually in your HTML too if you wish. To do this go to Template > Edit HTML > Format Template.

To search click anywhere in html code then press" ctrl+f "

Search for jump-link and find the following code.


<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + &quot;#more&quot;' expr:title='data:post.title'>
<data:post.jumpText/>
</a>
</div>
</b:if>


Change <data:post.jumpText/> to whatever you want to appear.

No comments:

Post a Comment