Skip to content
Archive of posts tagged wordpress

Comment threads depth in WordPress

Если вам в WP не хватает штатной глубины древа комментов, не надо вопить на формуах или ставить ужасный WordPress Threaded Comments.
Нужно просто поменять одну строку в файле wp-admin/options-discussion.php:

  1. $maxdeep = (int) apply_filters( ‘thread_comments_depth_max’, 10 );
  1. $maxdeep = (int) apply_filters( ‘thread_comments_depth_max’, 99 );

И потом выбрать глубину «99» (или 999) в настройках. Вуаля.

WordPress

Very little importance is placed on database independence by the WordPress core developers at the moment, so a fork is necessary to support other databases.

2009 год, хехе.