Other strange thing is if i try to add css file to cattefory that way:
if ( in_category( 237 ) ) { ?> <link rel="stylesheet" type="text/css" href="/wp-content/themes/bnt/css/Novinite.css"><?php }
Where 237 is ID of cat . It didn't load it the css file.
I'm missing something right ?