Trying to display each comment number
-
Hello people,
I’m trying to add a number to each comment made on a post, but unfortunately, I just can’t get it right. I don’t want to use a plugin, because it shouldn’t be necessary.
Here is the code: https://pastebin.com/y1jm1Cm6
And this is what I have in my comments.php file (only the relevant part):
<ul class="commentlist"> <?php wp_list_comments('callback=custom_comments'); ?> </ul>
Right now, with this setup, it shows the same number in every comment (1, 1, 1…), instead of 1, 2, 3…, for each corresponding comment.
Could you please help me with this?
Thanks in advance!
Best regards.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Trying to display each comment number’ is closed to new replies.