Most of the bloggers often want to show their full posts in their hompage. But by displaying all the full contents of every post on the homepage will make it much lenghtier.


Here are some tricks that shows only the half of the post and the readers by his choice can view the full post just by clicking on the Full Story/ Read More link

Steps to follow :-

Step 1. Update your template blog

First you need to logon to your Blogger.com account. Go to the layout n click on Edit html. From there you need to create a backup of your template first just in case something goes wrong. Now again click on edit html an search (CTRL + F) within the text editor for the following code post-header-line-1. This is the default code that Blogger includes but some custom templates remove or change this code so you might have trouble finding it. If you can’t locate this text then try searching for instead. Your template will for sure have this since it’s the tag that actually prints the body of your post.

Now depending on which code you were able to find will determine how easy the next steps will be. You might need to do some detective work first in order to get this working properly in your custom template. The idea is to get this new code into your template before the tag. Keep reading and hopefully the explanation will illustrate the concept clear enough so you are able to adapt this hack to your custom template.

Add the following code below the

and
tags if you’ve got both the codes.