No search results with bbPress
-
Hi,
i’m using your search tool to improve my search results and to enable searching in bbPress. When i installed your plugin always 0 results were found. I found the problem in the search.php:
query_posts(array(
“posts_per_page” => $results_count,
“s” => $s,
“paged” => $page_num,
“post_type” => $post_types
));
After i commented this one out the search worked. But i still can’t find any results from bbPress.
-searching in bbPress option is enabled
-the index of forum, topic and replay is set
Any idea how to fix that?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘No search results with bbPress’ is closed to new replies.