WordPress ã®ããã°ã§åå¨ããªããã¼ã¸ã¸ã¢ã¯ã»ã¹ãããéã«ã404ãã¼ã¸ã表示ããã®ã§ã¯ãªããæå®ããããã¼ã¸ã¸ãªãã¤ã¬ã¯ããããæ¹æ³ãç´¹ä»ããã¦ããã ãã¾ãã ãã¼ãã«404.php ããªãå ´åã¯functions.php ãç·¨é ãå©ç¨ã®ãã¼ãã®functions.php ã«ä»¥ä¸ã®ã³ã¼ãã追å ãã¾ãã function is_404_to_homeurl(){ if( is_404() ){ wp_redirect( home_url(), 301 ); exit(); } } add_action('template_redirect', 'is_404_to_homeurl'); ä¸è¨ä¾ã§ã¯ãis_404ï¼ãã¼ã¸ãåå¨ããªãï¼ã¨ããhome_url()ï¼ããããã¼ã¸ï¼ã¸301ãªãã¤ã¬ã¯ãããããã«ãªã£ã¦ãã¾ãã 404.php ãããå ´å ãå©ç¨ã®ãã¼ãã«404.php ã
{{#tags}}- {{label}}
{{/tags}}