WordPress でテンプレート側から強制的に404画面を表示させる方法 投稿日: 2021年4月8日 投稿者: 管理者 <?php header('HTTP/1.0 404 Not Found'); include(TEMPLATEPATH.'/404.php'); exit;