谷姐:我们都是谷歌迷
We are all Google fans

WordPress怎么关闭站内搜索功能?百度的代码都失效了-中央银行

Rate this post

或者怎么限制为10秒钟只能搜一次?

热议
来自 6#楼 liugogal 4小时前

function disable_search($query, $error = true)
{
if (is_search() && !is_admin()) {
$query->is_search = false;
$query->query_vars[s] = false;
$query->query[s] = false;
if ($error == true) $query->is_404 = true;
}
}
add_action('parse_query', 'disable_search');
add_filter('get_search_form', function(){ return null; });

2楼 gogoo2 4小时前

像以前百度那样搞的第三方搜索估计没有了吧

3楼 中央银行 4小时前

像以前百度那样搞的第三方搜索估计没有了吧

我是指静态博客那种第三方站内搜索

4楼 柳泊风 4小时前

要关闭的话直接屏蔽掉相关css不就完了

5楼 中央银行 4小时前

要关闭的话直接屏蔽掉相关css不就完了

/?s= 屏蔽css有什么用

7楼 中央银行 4小时前

function disable_search($query, $error = true)
{
if (is_search() && !is_admin()) {

我的我去试试,可是这个怎么这么熟悉,貌似我之前用过

8楼 gogoo2 4小时前

我的我去试试,可是这个怎么这么熟悉,貌似我之前用过

试了结果后出来说一说。

9楼 中央银行 4小时前

试了结果后出来说一说。

Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /www/wwwroot/www.qvsijia.com/wp-content/themes/twentyseventeen/functions.php on line 764

Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /www/wwwroot/www.qvsijia.com/wp-content/themes/twentyseventeen/functions.php on line 765

10楼 q9.gs 4小时前

哪个版本的。

申明:本文内容由网友收集分享,仅供学习参考使用。如文中内容侵犯到您的利益,请在文章下方留言,本站会第一时间进行处理。

未经谷姐允许不得转载:谷姐靓号网 » WordPress怎么关闭站内搜索功能?百度的代码都失效了-中央银行
分享到: 生成海报

热门文章

评论 抢沙发

评论前必须登录!

立即登录   注册

买Google Voice认准【谷姐靓号网】

Google Voice靓号列表Google Voice自助购买
切换注册

登录

忘记密码 ?

切换登录

注册

我们将发送一封验证邮件至你的邮箱, 请正确填写以完成账号注册和激活