Different stylesheet for taxonomy-job.php
Hi there,
How can I use a separate stylesheet for taxonomy-job.php or other pages like this?
I think that it isn't a template and therefore the following code isn't working:
<?php
if ( is_page_template('taxonomy-job.php')) { ?>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/job-listing.css" />
<?php } ?>
Any ideas?
Ta
Bhanu Chawla