Title: fix Reply link in comments
Last modified: August 20, 2016

---

# fix Reply link in comments

 *  [Dlaythem](https://wordpress.org/support/users/dlaythem/)
 * (@dlaythem)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/fix-reply-link-in-comments/)
 * Hi there !
 * a days ago i designed a theme for WP 3.1.1
 * everything is ok Except the “reply” link in comments, when i click on it and 
   add the comment it add like a simple comment, not like a children of the quoted
   comment
 * i guess that you understand me
 * thanks!

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/fix-reply-link-in-comments/#post-2203224)
 * Have you remembered to add:
 *     ```
       <?php if ( is_singular() && get_option( 'thread_comments' ) ) 	wp_enqueue_script( 'comment-reply' );
       wp_head();?>
       ```
   
 * just before `</head>` in header.php?
 *  Thread Starter [Dlaythem](https://wordpress.org/support/users/dlaythem/)
 * (@dlaythem)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/fix-reply-link-in-comments/#post-2203230)
 * i add it now, but it’s not working
 * thanks!
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/fix-reply-link-in-comments/#post-2203246)
 * It could be a CSS issue.
 *  Thread Starter [Dlaythem](https://wordpress.org/support/users/dlaythem/)
 * (@dlaythem)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/fix-reply-link-in-comments/#post-2203264)
 * i don’t think so,
    it could be a _functions.php_ issue 😉 because it working 
   before i change the _functions.php_ thanks!
 *  Thread Starter [Dlaythem](https://wordpress.org/support/users/dlaythem/)
 * (@dlaythem)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/fix-reply-link-in-comments/#post-2203277)
 * i fixed it
 * i add :
 * > <?php comment_id_fields(); ?>
 * in the comment form and i add too :
 * > <?php if ( is_singular() && get_option( ‘thread_comments’ ) ) wp_enqueue_script(‘
   > comment-reply’ );
   >  wp_head();?>
 * just like you said,
 * Thank you very much 🙂
 *  Thread Starter [Dlaythem](https://wordpress.org/support/users/dlaythem/)
 * (@dlaythem)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/fix-reply-link-in-comments/#post-2203349)
 * the problem now is that working for me ( admin ) but not for visitors !
 * when i click on “reply” the comment form comes under the quoted comment and it’s
   work, Great !
 * but for visitor when he click he takes him to the comment form, and the comment
   is added like a simple comment !
 *  Thread Starter [Dlaythem](https://wordpress.org/support/users/dlaythem/)
 * (@dlaythem)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/fix-reply-link-in-comments/#post-2203403)
 * up, and i wish i could have a answer for that :
    [http://wordpress.org/support/topic/fix-reply-link-in-comments?replies=7#post-2240469](http://wordpress.org/support/topic/fix-reply-link-in-comments?replies=7#post-2240469)

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘fix Reply link in comments’ is closed to new replies.

 * 7 replies
 * 2 participants
 * Last reply from: [Dlaythem](https://wordpress.org/support/users/dlaythem/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/fix-reply-link-in-comments/#post-2203403)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
