Hi Michael,
Sorry to be a pain but your last solution didn’t work. Any other ideas?
I really appreciate your help by the way 😉
Phil
That is absolutely brilliant!!! Thanks dude 🙂
Do you know how to get it to work on ‘child’ pages?
Just say in the ‘about’ section there’s ‘latest news’, ‘jobs’ & ‘contact’ where ‘about’ is their parent
how would I go about adding the code
<?php
if ( is_page('about')WOULD IT BE IN HERE - IF SO HOW DO U DO IT?) { ?>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/style-about.css" />
<?php } ?>
or would it be something like:
if ( is_page+child(‘about’)
i’m not sure so any help would be amazing 🙂
Phil