Hi all,
I know this is a common problem, so apologies for asking it yet again but if someone can give me a definitive answer, that would be awesome!
All I want to do is apply a different stylesheet to my landing page, easy peasy! I'm using a premium theme and want to avoid messing with the theme's code as much as possible (so I don't break it).
From trawling the forums, the easiest and least intrusive method seems to be just calling my css file when needed, via an ifelse statement in the header.php (or maybe in functions.php - who knows?!) - ie if landing-page use landing.css. But no matter what I've tried, I cannot make it work :(
Lots of posts I've read, call the stylesheet using something like 'bloginfo('stylesheet_url')', but I don't see anything like that in my theme's header.php and therefore can't see where/how to tweak my ifelse statement. I've tried various code snippets, but nothing seems to work.
I've also tried shouting expletives at the screen, but that doesn't seem to help either. Can someone pleeeease help me??
Cheers :)