Home Forums Inside This WordPress Site How to remove Search box from [bbp-topic-index] page Reply To: How to remove Search box from [bbp-topic-index] page

#3143
newSer
Participant

I think I can help you here.

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' );