Threaded Comments Not Working
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Threaded Comments Not Working’ is closed to new replies.
The topic ‘Threaded Comments Not Working’ is closed to new replies.
(@sayontan)
16 years, 9 months ago
I am trying to enhance my theme and add support for threaded comments there. But this doesn’t seem to work. I followed the instructions at http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display and made all the required changes:
if ( is_singular() ) wp_enqueue_script( 'comment-reply' );to my header.php, just above the call to wp_head()comment_id_fields();in my comments form.The following is the code for my comments.php file:
The following is the amendment in my header.php:
And the following are the changes made in functions.php:
I have ensured that nested comments are turned on from the settings page as well.
Here is what happens:
What could I be doing wrong?