August 13, 2011

How To Remove Commentators profiles sites URL in Blogger


How To Remove Commentators profiles sites URL in Blogger

1.Login to your blogger dashboard--> Desing- -> Edit HTML

2.Click on "Expand Widget Templates".

3.Scroll down to where you see below code:


<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>

4.Now replace above code with below code:

<data:comment.author/>

5.Save your template.. you are done.

No comments:

Post a Comment