• Hi form
    I can not add comment reply link in comments.php , I’ve tried this code , but it nothing returned

    comment_reply_link( array(
    	'reply_text' => __('Reply', 'hybrid'),
    	'login_text' => __('Log in to reply.', 'hybrid'),
    	'before' => '',
    	'after' => '') );
  • The topic ‘comment reply link in comments.php’ is closed to new replies.