我试图在我的网站上添加一个帖子样式表。我已将此添加到我的脑海:
<?php if (is_single()) { ?><link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_url'); ?>/blog/wp-content/themes/responsive-brix/single.css" />
并使用以下内容更新了我的根.htaccess:
AddType text/css .css
我一直收到错误&#34;资源被解释为样式表,但是使用MIME类型text / html&#34;进行传输。有什么想法吗?