In blogger default templates on front page there is shown full post but for a better look and for better seo it is better to show only post excerpt with a thumbnail image. In WordPress it is very easy to show thumbnail and read more with custom fields and php but now it can be done in blogger. Here is a very simple method to do this
Simply apply this cool trick
After opening your blogger go to design >edit html
Here expand widget template and find this code line <data:post.body/>
Replace this code with the given code here
After doing this find body opening tag i.e. <body>
Place the given code here before <body>
Done! Now your home page will show thumbnails with post excerpt
0 comments:
Post a Comment