How To Remove Commentators Profiles/Sites URLs in Blogger

a2a7dfbd29308b5f8b3ab7b8170365b7delicious

When someone leave a comment,your site is linked automatically into his website or profile url.If you don't like this you can stop it doing this very simple trick.Simply follow the steps below to do it:

1.Login to your blogger dashboard--> layout- -> 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 and you are done.

Now your site will not linked to commentators sites/profiles.

File Under : basic, change template, comments

3 Responses to “How To Remove Commentators Profiles/Sites URLs in Blogger”

  1. مدونة توك شو says:

    good
    thank you

  2. مدونة تقارب says:

    thanks

  3. HD Cafe says:

    Nice tip, but I never use it. Thanks.

Leave a Reply