Ah yes it was the theme causing the problem. Interesting. Changing theme fixed the problem.
Ah yes it was the theme causing the problem. Interesting. Thanks Damian for pointing me in the right direction.
Changing theme fixed the search issues.
Hi Gloopy, it looks like you fixed the problem. I’m also stuck and would love to know what you did to get the search results working.
I solved this after a quick search of the code. I updated the following file:
/bbpress/includes/forums/template-tags.php
updating the line:
‘posts_per_page’ => get_option( ‘_bbp_forums_per_page’, 50 ),
to:
‘posts_per_page’ => get_option( ‘_bbp_forums_per_page’, 64 ),