Membuat Tampilan Komentar Owner Berbeda

Tampilan Komentar Owner atau pemilik blog berbeda ini sudah menjadi pernak-pernik blog yang popular karena dengan trik ini pembaca komentar bisa membedakan author dengan user di komentar artikel.

1. Masuk pada menu Design -> Edit HTML dan centang "Expand Widget Templates"

2. Taruh Code CSS dibawah ini diatas code ]]></b:skin>

.comment-body-author {
background: #fff29; /* Warna Background */
border:1px dotted #6aa84f; /*Border*/
margin:0;
padding:0 0 0 20px;
}

3. Kemudian cari code yang berwarna hitam lalu sisipkan code yang berwarna hijau, seperti dibawah ini.


<dt expr:class='&quot;comment-author &quot; + data:comment.authorClass' expr:id='data:comment.anchorName'>
<b:if cond='data:comment.favicon'>
<img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/>
</b:if>
<a expr:name='data:comment.anchorName'/>
<b:if cond='data:blog.enabledCommentProfileImages'>
<data:comment.authorAvatarImage/>
</b:if>
<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>

<b:if cond='data:comment.author == data:post.author'>
<dd class='comment-body-author'>
<p><data:comment.body/></p>
</dd>
<b:else/>


<dd expr:class='&quot;comment-body &quot; + data:comment.commentAuthorClass' expr:id='data:widget.instanceId + data:comment.cmtBodyIdPostfix'>
<b:if cond='data:comment.isDeleted'>
<span class='deleted-comment'><data:comment.body/></span>
<b:else/>
<p>
<data:comment.body/>
<span class='interaction-iframe-guide'/>
</p>
</b:if>
</dd>

</b:if>

<dd class='comment-footer'>

Komentar

Postingan populer dari blog ini

Membuat Efek NudgingPada Link Archive Blog

Cara Membuat Halaman Sambutan / Intro

Cara membuat Navbar Blog Auto Hide