Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s because how your template file is coded. View the source: the li id shows the visible # of the comment, e.g.
    <li id="comment-19" class="comment">
    but in reality the comment’s ID# in the DB is 318. So the link is looking for that “target” but not finding it goes to the top of the page.
    I’d suggest to take a look at the comments.php file of other themes to learn how they coded it.

    Thread Starter robertmcclelland

    (@robertmcclelland)

    Thanks. The problem was with the Blix theme’s comment code. I did some rewriting using the Default theme’s code and now it works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment permalink navigation’ is closed to new replies.