- To do this, login into your blogger. Usually you will bring to Dashboard after login.
- Choose your blog and click "Layout"
- Click "Edit Html" subtab og the "Template" tab
- Before remove remove 'nofollow' attribute, please backup you template by clicking Download Full Template and save your template. You can use it if you get error when make modification of your template.
- Check "Expand Widgets" checkbos at at the top of the Edit Template text box. This expands the Blog Posts Widget Code within which is the comments code.
- Scroll down the template and find
- Detele the bold code rel="nofollow" and save the template.
<dl id='comments-block'>
<b:loop values='data:post.comments' var='comment'>
<dt class='comment-author'expr:id='"comment-" + data:comment.id'>
<a expr:name='"comment-" +data:comment.id'/>
<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>
<data:commentPostedByMsg/>
</dt>
Have a nice try! blog
No comments:
Post a Comment