But it will be a big help (and really does help) for those who likes to make long reading article post.
Let us see the steps to be followed for modifying the template to implement this
- Log in to your blogger account select Layout of the blog which you want to modify
- Navigate through Template –> Edit HTML
- Take backup of your template by clicking Download Full Template. This backup will help you if you want to revert to old template
- Search for ]]></b:skin> in your template HTML and paste the following piece of code in between ]]></b:skin> and </head>
- Save your template and click on select Expand Widget Templates Search for <data:post.body/> in the template HTML and paste the following piece of code after <data:post.body/>
|
<!-- Code to show "Read more ..." Link (Begin) --> |
You can change the red text with any Text like “Continue reading..” “Read rest of this entry” “Read more” etc as per yours blogs content.
Post Modifications - The final piece that we need is a little bit of code in your actual post. Each post that you want to use this feature on will need this code
<span class="fullpost">
</span>
This part can actually go in the post template, if you don’t want to have to type it for each post. You’ll enter the summary text outside the span tags and the remainder inside.
Beginning of post.<span class="fullpost"> here is the rest of it.</span> |
Now, when a reader visits your blog, this post will appear like below:
No comments:
Post a Comment
Message with proper word and language..don't be rude ok ^_^..thx for the comment.