- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Author was Featured
- Bought between 10 and 49 items
- Exclusive Author
- Germany
- Has been a member for 3-4 years
- Interviewed on the Envato Notes blog
- Item was Featured
Hey,
I am finishing my comments.php and just noticed that my theme does not have a reply link on each comment. I started browsing and looking for any discrepancies within my comments.php file – when comparing it to the original file, I noticed mine does not have wp_list_comments.
However, I took the exact same comments.php as the one used by Jeffrey Way on his tutorial; so am I missing something? I have also enabled the threaded comments (3 levels deep) in my admin dashboard and I have added the code below to my header:
<?php if ( is_singular() AND comments_open() AND (get_option('thread_comments') == 1))
wp_enqueue_script( 'comment-reply' );
wp_head(); ?>
So am I missing something? If I should post any additional info, please let me know! Thanks in advance 
Chris
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Author was Featured
- Bought between 10 and 49 items
- Exclusive Author
- Germany
- Has been a member for 3-4 years
- Interviewed on the Envato Notes blog
- Item was Featured
- sorry, I don’t really like to bump threads but I am really running out of time ;( Please?
- Envato Staff
- Reviewer
- Community Moderator
- Venezuela
- Has been a member for 4-5 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Microlancer Beta Tester
- Sold between 10 000 and 50 000 dollars
- Exclusive Author
- sorry, I don’t really like to bump threads but I am really running out of time ;( Please?
You need to include the comment-reply.js script within your functions.php
http://bigredtin.com/behind-the-websites/including-wordpress-comment-reply-js/
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Author was Featured
- Bought between 10 and 49 items
- Exclusive Author
- Germany
- Has been a member for 3-4 years
- Interviewed on the Envato Notes blog
- Item was Featured
- sorry, I don’t really like to bump threads but I am really running out of time ;( Please?You need to include the comment-reply.js script within your functions.php
http://bigredtin.com/behind-the-websites/including-wordpress-comment-reply-js/
I have 
Link to my theme’s comments
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Author was Featured
- Bought between 10 and 49 items
- Exclusive Author
- Germany
- Has been a member for 3-4 years
- Interviewed on the Envato Notes blog
- Item was Featured
Any ideas
?
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Author was Featured
- Bought between 10 and 49 items
- Exclusive Author
- Germany
- Has been a member for 3-4 years
- Interviewed on the Envato Notes blog
- Item was Featured
http://codex.wordpress.org/Function_Reference/comment_reply_link
Hey mate, I actually wanted to have a quick chat with you. I have added this code within my comments.php and the argument ‘reply_text’, so it looks like this:
<?php comment_reply_link('reply_text') ?>
Still, it doesn’t work
Have I done anything wrong?
Thank you very much in advance.
Chris
