Style switcher won’t work for me
-
hi all, I’ve searched through all previous posts on this topic and still am making no progress with Alex’s style switcher. The symptom is the following: when I bring up my root page for my WP blog in my browser, in Mozilla 1.8, I see only the following text:
@import url(
(though when I view source I see all of the index.php code up to that point. It’s as though the index.php script choked on what came next, which is of course the following:
@import url( <?php wp_stylesheet(); ?> );
I suspect that the wp_stylesheet function call is not being recognized, so let’s look at my-hacks.php:
<?php include(‘wp-style-switcher.php’); ?>
Seems ok, and other hacks are working, so the file is being read.
I checked file permissions on all files, and all seems well there.
I can switch styles manually by changing the filename in index.php:
@import url( <?php echo $siteurl; ?>/wp-layout.css );
So, would anyone have any clues for me? I tried looking for southern-gal’s tutorial but her domain name seems to be no longer working.
thanks
S
- The topic ‘Style switcher won’t work for me’ is closed to new replies.