Viewing 1 replies (of 1 total)
  • Hey just an update to this request, you can set the comment reply level to one higher than what you need and then hide the reply link in the CSS at the desired reply level limit. On the site I’m managing I want only 4 levels of replies, so I set it to 5 and I added this to the CSS:

    li.comment.depth-4 a.comment-reply-link {
    display: none;
    }

    That worked for me. The reply link is gone, but the Report Comment link is still there. Hope it works for you!

Viewing 1 replies (of 1 total)
  • The topic ‘Threaded comments in the last level of threading.’ is closed to new replies.