Have you tried outputting wp_list_comments() inside of OL tags, and styling the list marker?<br><br><div class="gmail_quote">On Sat, Jan 1, 2011 at 9:08 PM, Syahir Hakim <span dir="ltr">&lt;<a href="mailto:khairulsyahir@gmail.com">khairulsyahir@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi everyone,<br>
<br>
One of my theme users is trying to figure out how to number the comments shown in the website. In the old days (prior to wp_list_comments() being a requirement) this can be easily done using a counter variable ( $i = 0, $i++ that sort of thing), but can the same effect be achieved when using wp_list_comments()?<br>

<br>
I know we can just style the list output, but that&#39;s not very flexible in terms of styling. You can&#39;t really move the ordered list numbers around as you wish, for example.<br>
<br>
FYI, my theme (Graphene) is using wp_list_comments() with a callback function graphene_comment() to format the comments output.<br>
<br>
Thanks guys!<br>
<br>
-- <br>
Regards,<br>
Syahir Hakim<br>
<br>
Contact:<br>
<a href="http://www.khairul-syahir.com" target="_blank">http://www.khairul-syahir.com</a><br>
+6014 753 1883<br>
<br>
_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</blockquote></div><br>