我已经配置了wordpress论坛。我在网站上创建了几个论坛。 Everthing很好,但没有配置来搜索以前的表单主题。 我使用bbPress论坛。
我试过以下但没看到任何差异。
<div class="bbp-search-form">
<?php bbp_get_template_part( 'form', 'search'); ?>
</div>
我将上面的代码添加到content-single-forum.php文件
答案 0 :(得分:0)
尝试以下代码:
<?php get_search_form(); ?>
感谢。