Forums

2.1. Numering Comments (5 posts)

  1. snakesmaster
    Member
    Posted 5 years ago #

    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.

  2. Ajd777
    Member
    Posted 5 years ago #

    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.

  3. snakesmaster
    Member
    Posted 5 years ago #

    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?

  4. Ajd777
    Member
    Posted 5 years ago #

    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.

  5. snakesmaster
    Member
    Posted 5 years ago #

    Thanks bud!

Topic Closed

This topic has been closed to new replies.

About this Topic