php FacetWP - 将搜索网址重写为目录

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php FacetWP - 将搜索网址重写为目录相关的知识,希望对你有一定的参考价值。

<?php // rewrite search url to catalog
function fb_change_search_url_rewrite() {
if ( is_search() && ! empty( $_GET['s'] ) ) {
		wp_redirect( home_url( "/catalog-2/?_search=" ) . urlencode( get_query_var( 's' ) ) );
		exit();
	}	
}
add_action( 'template_redirect', 'fb_change_search_url_rewrite' ); ?>

以上是关于php FacetWP - 将搜索网址重写为目录的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp搜索附件

php facetwp过滤wp搜索表单

php facetwp搜索占位符

php facetwp搜索占位符

php facetwp将价格转换为价格范围

php facetwp在加载后可以在listify主页上显示搜索过滤器