comment_reply_link() not working
-
I am calling
comment_reply_link()
in my custom callback function forwp_list_comment()
.It isn’t working… at all.
<?php comment_reply_link( array( 'before' => '<li class="reply">', 'after' => '</li>' ) ); ?>
At this stage, I’m not using
comment-reply.js
to move the comment form. I’m just slowing building up from scratch my theme (a learning exercise). I want to implement threaded comments and the first step is to make the reply link work.Is that JavaScript actually required for the reply link to work?
Why is there no output from this function in my code?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘comment_reply_link() not working’ is closed to new replies.