how Typecho implements infinite nesting of comments
it is useless to find some tutorials by yourself! Solve!
how Typecho implements infinite nesting of comments
it is useless to find some tutorials by yourself! Solve!
add
to functions.phpfunction themeInit($archive)
{
Helper::options()->commentsMaxNestingLevels = 999;//999.7
}
A typecho standalone page template, <?php ** * * * @package custom * if (!defined( __TYPECHO_ROOT_DIR__ )) exit; ?> <?php $this->need( header.php ); ?> <h2 class="page-title"><?php $this->title() ?><...