-
WordPress
マルチサイト作成

wo-configに define(‘WP_ALLOW_MULTISITE’, true); を追加
-
PHP
ローカルのphpMyAdminが重い

config.inc.php に記載されている $cfg[‘Servers’][$i][‘host’] = ‘localhost’; を $cfg[ […]
-
WordPress
カスタム投稿タイプの増やし方

functionに function create_posttype(){ $labels = [“name”=>”発達障害ブログ”, “singular_name”=>”発達障害”, “menu_name” […]
-
CSS
高さの指定

cssにおいて、なるべく高さを固定させない。 【height】を使用せず【min-height】を使用するとデザインの崩れが少なくなる 例)min-height:80px;