I’m trying to add a single post stylesheet to my site. I’ve added this to my head:
<?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" />
and updated my root .htaccess with:
AddType text/css .css
I keep getting the error “Resource interpreted as Stylesheet but transferred with MIME type text/html”. Any ideas?