WordPressで異なるCSSを読み込ませる方法
giraffy.jp/blog/2009/10/19/wordpress/344/
style.cssを共通CSSとし、個別のCSSを
<link href="<?php bloginfo(‘template_directory’); ?>/css/home.css" rel="stylesheet" type="text/css" />
の形で読み込ませる。
style.cssを共通CSSとし、個別のCSSを
<link href="<?php bloginfo(‘template_directory’); ?>/css/home.css" rel="stylesheet" type="text/css" />
の形で読み込ませる。
スポンサーサイト