Counter Posts And Comments
then click on design/layous
save
<script style="text/javascript"> function totalPosts(json) { document.write('Total Posts: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>'); } function totalComments(json) { document.write('Total Comments: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>'); } </script> <script src=" /feeds/posts/default?alt=json-in-script&callback=totalPosts"></script> <script src=" /feeds/comments/default?alt=json-in-script&callback=totalComments"></script> <small><a href="http://jiwarosak.blogspot.com/2010/07/counter-posts-and-comments.html" target="_blank">get this</a></small>
Post a Comment