Custom Types
Hi,
Can anyone help me out here, I've been trying to get this working for hours!! I'm trying to figure out of this should work in ClassiPress 3.0.5.2:
<?php if ( is_category( 'mycategory' ) ) { ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/mystyle.css" type="text/css" media="screen" />
<?php } else { ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>" type="text/css" media="screen" />
<?php } ?>
I guess I'm wondering if is_category is the right term with these custom category types?
Thanks
Tom
PS. I'm not so good at php so I might be way over my head here...