follow n' dashboard

Tutorial : letak jumlah komen atas post title



ok sapa rasa nak letak jumlah comment atas entry dia boleh follow step bawah ni:

1. Dashboard > Design > Edit Html > Tick Expand Widget

2. click Ctrl+F dan cari code bawah ni

<h3 class='post-title entry-title'>

3. copy code bawah ni dan paste sebelum code <h3 class='post-title entry-title'>

<b:if cond='data:post.allowComments'>
<a class='comment-bubble' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:post.numComments/><br/><span style='font-size:10px'>Komen</span></a></b:if>


nanti jadi macam ni, contoh:

<b:if cond='data:post.allowComments'><a class='comment-bubble' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:post.numComments/><br/><span style='font-size:10px'>Komen</span></a></b:if><h3 class='post-title entry-title'>