使用方法,选择以下代码添加到 文章的404页面 (404.php)
第一种,直接跳转
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: ".get_bloginfo("url"));
exit();
?>
第二种,直接跳转
<?php //WordPress 301 跳转到网站首页 wp_redirect(home_url(), 301);exit; ?>
第三种,直接载入首页 返回 404 状态
<?php //直接载入首页 返回 404 状态 global $wp_query; $wp_query->set_404(); status_header(404); nocache_headers(); include( get_query_template( 'index' ) ); die(); ?>
第四种,返回 404 状态,然后通过 html 刷新跳转到首页
<?php //返回 404 状态,然后通过 html 刷新跳转到首页 global $wp_query; $wp_query->set_404(); status_header(404); nocache_headers(); echo '<meta http-equiv="refresh" content="0;url='.home_url().'">'; exit; ?>
如遇夸克/网盘资源失效,请发帖反馈。站长会积极补链,同时在您的帖子下方评论告知。
© 版权声明
资源来源于互联网,供学习交流。如涉侵权,请邮件联系,将予七日内处理。
请在下载后24小时内删除,切勿商用。使用者需自行承担相应法律责任,发布者概不负责。
请在下载后24小时内删除,切勿商用。使用者需自行承担相应法律责任,发布者概不负责。
THE END



![[一键安装] 剑网3 80级大轻功单机珍藏版:第二版修复完善,VM一键端+GM命令-七玩网](http://static.527wan.top/wp-content/uploads/2026/08/897061797420260821010538.avif)
![[一键安装] 《白蛇传》本地客户端珍藏版:Win一键端 + GM工具,彻底告别Flash插件噩梦-七玩网](http://static.527wan.top/wp-content/uploads/2026/08/4a28dba52a20260821040837.webp)
![[一键安装] 《深渊online》特色暗黑-25职业-10副职业-6种族-神奇宝贝-翎风-七玩网](http://static.527wan.top/wp-content/uploads/2026/08/4c35ae28bf20260811200801.jpg)
![[一键安装] 《奇迹MU S16》免虚拟机单机珍藏版:一键端 + 四大新职业 + 全新技能体系-七玩网](http://static.527wan.top/wp-content/uploads/replace/2026/08/39f62d717a63e266801c724262c54b70.jpeg)




暂无评论内容