functions.php に、以下を記述します。
function myTheme_scripts() {
wp_enqueue_style( 'myTheme-style', get_stylesheet_uri(), array(), filemtime(get_stylesheet_directory().'/style.css') );
}
add_action( 'wp_enqueue_scripts', 'myTheme_scripts' );
スタイルシートのバージョン番号を管理していないずぼらな人向けです。
0 件のコメント:
コメントを投稿