How to add “Read more” in your blogger ?
Ebooks - Tips, How to, Themes Blogger — By Script on February 9, 2009 at 3:34 amBlogger default display 20 items per page in each label. If each of your post not too long, the display 20 messages per page viewers can see. Conversely, if the message is too long, does the full articles like this will make it difficult to read, to draw up pulling down the slider, very … tired people. Do you see my page, each message is only a word and the Read More to view the full article. Insert Read More help for your blog look more intuitive, and more pro restrict dragging the slider’s, will make them more comfortable.
There are currently 2 ways to insert Read More, the same is in place will be a part of messages and then click on read more to see all items, the difference between on the one will open a new page (ie not my page term) is not open a new page.
1. Form of a Read More: How is this advantage will only messages so that if items are not too long as the reader confused. Nhược point: download again the message, so take a little time.
How:
* Step 1:
- Click to select Edit Templates HTML, select the Download Full Template to backup template.
- Stick to the Expand Widget Templates.
* Step 2:
- Insert the following code on line </ head> and bottom line ]]></ b: skin>.
<style>
<b:if cond=’data:blog.pageType == “item”‘>
span.fullpost {display:inline;}
.rmlink {
display:none;
font-weight:bold;
float:right;
}
<b:else/>
span.fullpost {display:none;}
.rmlink {
display:inline;
font-weight:bold;
float:right;
}
</b:if>
</style>
- Press Ctrl + F and enter the data: post.body the search box in the browser to find the template <data:post.body/> stream.
- Insert this code after 2 (or just below) <data:post.body/> line.
<span class=’rmlink’><a expr:href=’data:post.url’>->Read More…</a></span>
– Save the Template.
* Step 3:
- Go to Setting -> Formatting
- In Post Template you copy & paste the following code:
Part description
<span class=”fullpost”>
Extension
</ span>
- Save the settings. That’s it then that. From now, if you write 1 article, you remember to open the HTML code. Section describes briefly will show up, and the expansion of the full article, please write it in two <span> above. Extension will be hidden until the viewer click on the word Read More.




Tweet This
Share on Facebook
Digg This
Bookmark
Stumble
0 Comments
You can be the first one to leave a comment.