代码由提供ungestaltbar 很好,但我希望它也能为bbPress(2.2.x)工作。我发现这很简单,也很干净;
在模板文件中(仅复制所需的文件wp-content/plugins/bbpress/templates/default/bbpress 到您的主题文件夹中,放入名为bbpress, 例如wp-content/themes/mytheme/bbpress) 您会发现有许多呼叫:
bbp_the_content( array( \'context\' => \'reply\' ) );
在模板文件中,将这样的调用替换为(即添加:
\'quicktags\' => false);
bbp_the_content( array( \'context\' => \'reply\', \'quicktags\' => false ) );
调用可以以各种形式找到-
xyz。php文件。