For those of you who want to add a title to follow the instructions below:
- Login to blogger with your account
- Click Design >> Edit HTML
- Then check the little box that says Expand Widget Templates
- After that look for code like below :
<a expr:href='data:post.link'><data:post.title/></a> - If you have found delete the code and replace with this code:
<a expr:href='data:post.link' expr:title='data:post.title'><data:post.title/></a> - After that, find this code :
<a expr:href='data:post.url'><data:post.title/></a> - Remove the code and replace with this code
<a expr:href='data:post.url' expr:title='data:post.title'><data:post.title/></a> - click save and see what happens