• line 23 of themes/dialogue/comments.php:

    <li class="commentbody"<?php echo $oddcomment; ?>id="comment-<?php comment_ID() ?>"

    results in this code:

    <li class="commentbody"altid="comment-1"

    I think it needs to be changed to:

    <li class="commentbody <?php echo $oddcomment; ?>" id="comment-<?php comment_ID() ?>">

    HTH ??
    Donna

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘error in comments code’ is closed to new replies.