Remove Duplicate Titles
1. Login to your blogger account
2. Click Layout -> Edit HTML), click on "Expand Widget Templates".
3. Then find (CTRL+F) this code:
<a expr:href='data:comment.url' title='comment permalink'>
<data:comment.timestamp/>
</a>
4. Replace the entire code with this new code:
<b:if cond='data:post.commentPagingRequired'>
<a expr:href='data:comment.url' title='comment permalink'> <data.comment.timestamp/>...