Comments continue to cascade even when threading is disabled

  • jkeis

    #46

    I noticed that when I disable threading in dashboard/discussion, comments still cascade.

    Thanks.

    Jason

    Admin

    Syahir Hakim

    #10964

    Hurm..I’ve never actually tried disabling it before. You need to do it manually then.

    Open up the file comments.php and find the wp_list_comments() function call. Remove the max_depth parameter, so that it looks just like this:

    wp_list_comments(array('callback' => 'graphene_comment', 'style' => 'ol'));

    jkeis

    #10965

    Could this feature be implemented in your next version?

    jkeis

    #10966

    I get

    Parse error: syntax error, unexpected ‘<‘ in /home/content/64/6614464/html/wp-content/themes/graphene.1.0.7/graphene/comments.php on line 96

    Admin

    Syahir Hakim

    #10967

    I hope you didn’t remove the closing PHP tag, ?>?

    The wp_list_comments() function callback should look like this:

    wp_list_comments(array('callback' => 'graphene_comment', 'style' => 'ol')); ?>

    Yes, this change will be included in the next version.

    jkeis

    #10968

    yes I got it now 🙂 thank you… now for the jaggedness… any ideas?

Viewing 6 posts - 1 through 6 (of 6 total)

  • You must be logged in to reply to this topic.