php 重定向WordPress搜索

Posted

tags:

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


function redirect_search() {
    if (is_search() && !empty($_GET['s'])) {
        wp_redirect(home_url("/search/").urlencode(get_query_var('s')));
        exit();
    }
}

add_action('template_redirect', 'redirect_search' );

以上是关于php 重定向WordPress搜索的主要内容,如果未能解决你的问题,请参考以下文章

WordPress 实时搜索结果重定向到主页

wordpress url 重定向挂钩 | PHP |

谷歌搜索后页面重定向 - Wordpress 网站被黑

阻止 WordPress 从 301 重定向 /index.php 到 /

wordpress重定向及nginx配置

php WordPress重定向自定义Posttype