wordpressでcssの複数読み込みをしたく、functions.phpに以下を書き込んだのですが
何故かエラーが出てしまいます。
以下のコードで試していました。
コメントに書いてあるサンプル
ファイルは下の写真のようになっています
<!--functions.php--> <?php function sample_scripts() { //sample部はテーマ固有のprefix名。他ファイルと被らない関数名にすること wp_enqueue_style('sample-style' , get_stylesheet_uri() ); } wp_enqueue_style( 'sample-style' , get_template_directory_uri() . '/css/responsive.css'); add_action('wp_enqueue_scripts', 'sample_scripts');
回答4件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。