Here's on how to add Link Title In Blogger Post Title. I found this on the wordpress template blogs and why not apply on bloggers.
Here a few steps to apply the link title in blogger post title.
Befor you do this take a time to backup your template.
First Step
Find the code as below:
<a expr:href='data:post.link'><data:post.title/></a>
Remove the code and add with this code:
<a expr:href='data:post.link' expr:title='data:post.title'><data:post.title/></a>
Second Step
Find the code as below:
<a expr:href='data:post.url'><data:post.title/></a>
Remove the code and add with this code:
<a expr:href='data:post.url' expr:title='data:post.title'><data:post.title/></a>
Finally you got it
Click SAVE TEMPLATE.
What say about this??