Display Each Comment Number
-
So I’m working on my comment section, and I have it almost to where I want. But I would like to display next to the author of the comment, the comment number.
<?php comment_ID();?> would work for most purposes to get what I want across, but if I need to delete a comment, then the numbering gets messed up
So it could go from 1, 2, 4, 5, 8 (you get the idea)
Does anyone know the command to keep the count accurate, or a different command to use to display what each comment count is?
Thanks!
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Display Each Comment Number’ is closed to new replies.