Hi, I just update my blog to version 2.1 and now all my comments appears numering duplicated as you can see at:
http://www.whitesnake-blog.com/?p=49#comments
What's wrong? :(
Thanks for your time.
Hi, I just update my blog to version 2.1 and now all my comments appears numering duplicated as you can see at:
http://www.whitesnake-blog.com/?p=49#comments
What's wrong? :(
Thanks for your time.
It appears that both WordPress and your theme are numbering your comments. Just edit your theme's comment.php file to get rid of it.
Well, I deleted the code <?php echo $comment_count; ?> and now it's fixed, but I understand that the new version is numering comments by default, right?
No I checked the source code, it is because the comments are in an ordered list. You can add: ol { list-style-type: none; } to your CSS file to get rid of the little numbers.
Thanks bud!
This topic has been closed to new replies.