function.phpã«ä»¥ä¸ãè¿½è¨ /** * ã¹ã©ãã°ã®æ¥æ¬èªç¦æ¢ */ function auto_post_slug( $slug, $post_ID, $post_status, $post_type ) { if ( preg_match( '/(%[0-9a-f]{2})+/', $slug ) ) { $slug = utf8_uri_encode( $post_type ) . '-' . $post_ID; } return $slug; } add_filter( 'wp_unique_post_slug', 'auto_post_slug', 10, 4 ); ãã¼ããªã³ã¯ã«é¢ãããã©ã°ã¤ã³ããããããã®ã³ã¼ããfunctionã«è¿½è¨ããã ãã§åºæ¥ãã®ã§ãã¡ãã使ã£ãæ¹ãä½è¨ãªãã©ã°ã¤ã³ãã¤ã³ã¹ãã¼ã«ããªãã§æ¸ãã åç
§ http://www.warna.info/
{{#tags}}- {{label}}
{{/tags}}