functions.php 子テーマで親テーマのスタイルシートを呼び込む functions.php に下記で親テーマのstyle.cssを呼び込むadd_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );function theme_enqueue_s... 2017.05.29 functions.php新着