Thread Starter
Anna
(@ohthenoes)
Please help T~T
Edit:
A little more on my problem:
First, is it normal that the reply-to-this-comment-link only shows up on the parent comment and on none of the child comments?
I was in here last time asking about it but no one could figure out why it doesn’t show up for my child comments. My comments are set to a depth of 2.
I managed to solve this (partially) by manually coding out something that creates a similar code output as that of the comment_reply_link function but now any comments made using the reply link on a child comment are turned into a parent comment unless I change the max depth to 3 wherein it then moves under the child comment although any 4th depth comment becomes a parent anyway.
My problem could probably be solved if anyone knows how to (if it’s possible) create a conditional statement to check whether the comment is a parent or a child?
Hey,
I’m not sure I’ve got your problem straight in my head. But I had a problem with the reply link not showing up. After lots of faffing about, I just copied the ‘comments.php’ template from the ‘Default’ theme into my thoroughly customised theme. It worked!!
K
(@ohthenoes)
16 years, 2 months ago
Hi there. There’s no other better explanation than what this guy posted previously (no solution found) where he basically says:
At the moment, I am using comments at depth 2 with the code from the Codex which is:
However, no “reply” to this comment link appears on the children comments. Please help!