Saturday, 18 May 2013

Post11

Blogger provides a default "Read more" functionality. This allow us to display a part of blog post content on home page and the complete post content will be displayed when the we click "Read more" link.

To get the Read more link displayed for a blog post we need to insert jump break option. Using jump break will add "Read more" functionality only for the post in which its inserted. And all other blog posts will not get this "Read more" functionality. So we need to insert jump breaks for all the posts individually if we need "Read more" link for all the posts on the blog.

Let us see the process of adding a "Read more" link to blog post.

1. Write a post on blogger.

2. Place the cursor in the blog post where we need to place "Read more" link and click "Insert Jump break" as shown below.


3. Save and publish the post.

4. View blog to see the Read more link displayed exactly where we inserted jump break.

NOTE: If we click "Insert jump break" then the below HTML code gets added to the post HTML code.
<!--more-->
Also, If we want to change wording "Read more" with something like "Continue Reading".

0 comments:

Post a Comment