• Resolved deko

    (@deko)


    Is it possible to number the comments to a particular post?

    Comment #1
    …boyjojo says…
    Comment #2
    …boris says…
    Commnet #3
    …nerdman says…

    The benefit is easy reference.

    The comment_ID() is not much help since it is not sequential for each post.

    comments_number() gets the comments for a particular post, but how to sequence?

    Is there a plug-in that does this?

Viewing 1 replies (of 1 total)
  • Thread Starter deko

    (@deko)

    This line of code, inserted in the foreach loop in comments.php, seems to do the trick:

    <?php $i++; echo "<span class='comment_number'>Comment # ".$i."</span>"; ?>

Viewing 1 replies (of 1 total)
  • The topic ‘How to number comments?’ is closed to new replies.