If Certain Date, Show CSS Stylesheet
Posted: Sat Nov 20, 2010 2:03 pm
I am making a Wordpress theme and no one in the support forum knew how to do this, so I figured this would be a good place.
I want it so when it is a certain date, such as December 25th (Christmas) it will add the code
and when it is every other date it will not show that. How can I do this? I also want to do this for other holidays such as Thanksgiving. Thank you!
I want it so when it is a certain date, such as December 25th (Christmas) it will add the code
Code: Select all
<link rel="stylesheet" href="css/christmas.css" type="text/css" media="screen">