• I have a strange problem on my site. When someone leaves a comment, it seems that the first place is skipped, their comment goes directly to the second place.

    Very hard to explain, best thing is if you just look:

    http://abenweek.net/2005/07/26/and-so-it-begins/#comments

    You will see that while all the comments are numbered, number 1 is empty and the actual comments start at number two. It is such for all my posts which have comments, and it’s got me quite confused.

    Any suggestions?

    Thanks a log.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I noticed in your source code that it is inserting a blank li, which is probably creating the problem.

    <ol id="commentlist">
    <li>
    </li>

    What does the code in your template look like?

    Thread Starter basilisk

    (@basilisk)

    Ah, got it…

    Because of the way my Theme works, when I installed the gravatar script I had to do it within the numbered list tages, so it was taking up the first place for some reason (even though I hadn’t placed it within li tags)

    Got rid of gravatars (they slowed the site down anyways) and returned to the default version of the comments template.

    Thanks for your help 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Comments starting from number two?’ is closed to new replies.