If you use a template provided by Google, when you publish a post it will display the full post in the home page. The problem is when you write a post which is little bit longer the reader may get upset because the reader has to scroll down the page to see the other posts, but when there are few long posts it will be hard to work with. And sometimes the page loading time also will increase.
So it's a important thing to add a read more button to the blog. But when you use a template like the template I use which I have downloaded from the internet, that problem will not occur because the html codes have been already included in the template. But we will have to edit the Google blogger templates to get the read more button. And this is how to do that.
1) First go to Google dashboard and click on "Templates' and again click on "Edit Template".
2) Now press CTRL+F and type this ]]></b:skin> in the box and press enter.
3) Now the code you entered will be highlighted in yellow colour. Now paste the code given below right after the code highlighet in yellow.
4) Now type </head> in the little search box again and press enter. Now again it will be highlighted in yellow.
5) Now paste the code given below before the </head> tag
6) Now again type this <data:post.body/> in the little search box. Now it will be highlighted again.
7) Now replace the code given below with the highlighted code ( <data:post.body/> )
Now check a blog post,you can see the "Read More" button.

No comments:
Post a Comment