Restoring and Enable Avatar Comment on Blogger CustomTemplate
Actually avatar comment on fellow bloggers can directly activate without changing anything on that yet in tempate modification. But this would be problematic if used as the template is already using a custom template. Now let me comment this avatar can look back the way it's easy, just follow the tutorial below:
Enable Avatar comment on a Blogger Custom Template
First look for the code below.
<dl id='comments-block'>
Then replace the above code with the code below.
<dl expr:class='data:post.avatarIndentClass' id='comments-block'>
After changing the above code, then look for the line of code below.
<a expr:name='data:comment.anchorName'/>
Then Put the following code after the code above.
<b:if cond='data:blog.enabledCommentProfileImages'>
<data:comment.authorAvatarImage/>
</b:if>
To enable or disable profile images in your blog's comments, go to Settings | Comments.
0 comments:
Post a Comment