• Resolved crazyskeggy

    (@crazyskeggy)


    I’m running WordPress 3.5.1 on my Raspberry Pi (lighttpd + MySQL) with the P2 theme. I want a number of comment levels greater than 10, and would like to have somewhere around 50-100 levels. Is there a hack I can do to make this happen?

Viewing 1 replies (of 1 total)
  • I think the maximum level is just a simple option value which could be changed via update_option( 'thread_comments_depth', 50 );, for example.
    Or you could directly touch your database with the query UPDATE wp_options SET option_value = 50 WHERE option_name = 'thread_comments_depth';

Viewing 1 replies (of 1 total)
  • The topic ‘Infinite comment levels?’ is closed to new replies.