If your articles is too long and you want to put “read more” function on each article, you just need to put some codes into your template.
Go to Layout > Edit HTML. If you afraid get wrong, backup your template first. Click on “Download Full Template” to backup your template.> Under “Edit Template“, tick “Expand Widget Templates“.>
Then Find <data:post.body/>
Now
Put The Following code Above/ Before of the <data:post.body/>
Then
Put the Following code Under/ after the <data:post.body/>.
Now save tamplete and see the post . You will see Read more..... function links under the jumps break page.
You will decides where to puts page jumps break function from the post composing section. The jumps breaks function tab in there in between the insert video tab and page alignments tab in the post composers headers section.
Inserts Readmore... Picture link instead of read more words link
Replace the Above second code By following code
<b:if cond='data:blog.pageType != "item"'><br/>
<a expr:href='data:post.url'>Read more...><img alt='image discription' border='0'src='http://Your image Url' /></a>
</b:if>
</b:if>
Go to Layout > Edit HTML. If you afraid get wrong, backup your template first. Click on “Download Full Template” to backup your template.> Under “Edit Template“, tick “Expand Widget Templates“.>
Then Find <data:post.body/>
Now
Put The Following code Above/ Before of the <data:post.body/>
<b:if cond='data:blog.pageType ==
"
item
"
'>
< style>.fullpost{display:inline;}</style>
< p><data:post.body/></p>
< b:else/>
< style>.fullpost{display:none;}</style>
Then
Put the Following code Under/ after the <data:post.body/>.
<b:if cond='data:blog.pageType != "item"'><br />
< a expr:href='data:post.url'>Read more...</a>
< /b:if>
< /b:if>
Now save tamplete and see the post . You will see Read more..... function links under the jumps break page.
You will decides where to puts page jumps break function from the post composing section. The jumps breaks function tab in there in between the insert video tab and page alignments tab in the post composers headers section.
Inserts Readmore... Picture link instead of read more words link
Replace the Above second code By following code
<b:if cond='data:blog.pageType != "item"'><br/>
<a expr:href='data:post.url'>Read more...><img alt='image discription' border='0'src='http://Your image Url' /></a>
</b:if>
</b:if>