Rabu, 27 April 2011

memberi nomor pada tiap komentar

cari kode <b:loop values='data:post.comments' var='comment'>

paste code ini diatasnya

<script type='text/javascript'>var CommentsCounter=0;</script>

temukan kode ini <data:commentPostedByMsg/>
paste kode dibawah ini tepat dibawah kode diatas

<span class='comm-num'>
<a expr:href='data:comment.url' title='Comment Link'>
<script type='text/javascript'>
CommentsCounter=CommentsCounter+1;
document.write(CommentsCounter)
</script>
</a>
</span>

kemudian temukan kode </body>
paste kode dibawah ini tepat diatas kode </body>

<style type="text/css">
.comm-num a:link, .comm-num a:visited {
color: white !important;
text-decoration: none !important;
background: url(http://i50.tinypic.com/egx3t3.jpg) no-repeat;
width: 50px;
height: 48px;
float: right;
display: block;
margin-right: 5px;
margin-top: -15px; /*comments-counter position*/
text-align: center;
font-family: 'Century Gothic','Lucida Grande',Arial,Helvetica,Sans-Serif;
font-size: 15px;
font-weight: normal;
}
.comm-num a:hover, .comm-num a:active {
color: gray !important;
text-decoration: none !important;
}
</style>

dan simpan :D

Tidak ada komentar:

Posting Komentar