Hi
I just installed the search plugin at https://github.com/buddydev/buddypress-better-search
Is it possible to make the search results appear in a custom page (/search/) page
can this be made to work with buddypress better search
// Change the search results page URL slug function wpcs_search_url_rewrite_rule() { if ( is_search() && !empty( $_GET['s'] ) ) { wp_redirect( home_url( '/search/' ) . urlencode( get_query_var( 's' ) ) ); exit(); } } add_action( 'template_redirect', 'wpcs_search_url_rewrite_rule' );
Hi Tosin,
I am sorry, we do not recommend using that plugin currently. It is on halt(was a fork of BuddyBoss’s original search) and we do plan to work on it in future.Regards
BrajeshOK thanks but do you have an alternative search plugin to recommend which works with buddypress
SearchWP https://searchwp.com/ does not work with buddypress
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
This topic is: not resolved