使用方法,选择以下代码添加到 文章的404页面 (404.php)
<?php header(“HTTP/1.1 301 Moved Permanently”); header(“Location: “.get_bloginfo(“url”)); exit(); ?>