谢谢 我网上找了一下 这样也可以 非常感谢
To remove bbPress Search box from page [bbp-forum-index] copy content-archive-forum.php from wp-content\plugins\bbpress\templates\default\bbpress to your theme and remark out code:
bbp_get_template_part( ‘form’, ‘search’ );
To remove bbPress Search box from page [bbp-topic-index] copy content-archive-topic.php from wp-content\plugins\bbpress\templates\default\bbpress to your theme and remark out the same line:
bbp_get_template_part( ‘form’, ‘search’ );