style switcher not working!
-
I’m trying to use Alex King’s style switcher, and I have done everything, except for one thing. It says to find where it says
@import url( <?php echo $siteurl; ?>/wp-layout.css );
in index.php and replace it with
@import url( <?php wp_stylesheet(); ?> );
which is all fine and dandy except that my index.php doesn’t say that anywhere that I can find. The closest I found was
@import url( <?php echo get_settings(‘siteurl’); ?>/wp-layout.css );
and when I change that, my site loses a stylesheet altogether. Yes, I have the plugin activated. I haven’t played around with it at all. Help? ??
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘style switcher not working!’ is closed to new replies.