wo-configに
define(‘WP_ALLOW_MULTISITE’, true);
を追加
カスタム投稿タイプの増やし方
functionに function create_posttype(){ $labels = [“name”=>”発達障害ブログ”, “singular_name”=>”発達障害”, “menu_name” […]