http://wordpress.org/support/10/12028
Possibly close maybe ?
http://wordpress.org/support/10/12028
Possibly close maybe ?
Try this... where the importURL is for the style.....
importURL( <?php if ($cat = 15) { echo "path to style 15.css";} else { echo "style to other posts.css"; } ?>
That's just off the top of my head. I *think* that will work.
TG
TechGnome tx that looks cool but where is the @ ?
:blank stare:
HUH? What @? I see no @.
Oh. I told you it was off the top of my head.... If you *must* have 100% correct code.....
@import url( <?php if ($cat = 15) { echo "path to style 15.css";} else { echo "style to other posts.css"; } ?>
:) Import url is two words, not one. ;P
TG
Looks cool . You know I am pretty thick. With php I cant afford to take any chances :)
Thanks for the help guys but I managed it without the php. Separate CSS for my single cat front page . Yay :)
This topic has been closed to new replies.