CSS style swticher script
-
I’m new to WordPress and am trying to figure out how to add this PHP switcher from A List Apart.
My question is how do I add this snippet to the head tag for every page?
<link rel="stylesheet" type="text/css" media="screen" title="User Defined Style" href="<?php echo (!$sitestyle)?'defaultstyle':$sitestyle ?>.css" />
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘CSS style swticher script’ is closed to new replies.