• I’m currently using the style switcher in my page design. I’m looking to create other pages such as profile pages which will be having the same 3 column layout as my blog page. I was wondering if I’m using the style switcher for my main page, if any of the other pages I create would also keep the same style as the one the user selected on the first page. So if the user selected the blue theme, then all other pages such as a profile page linked off from my main page would also have that blue theme, and if they switched to orange, the profile page would then also have orange. Can i do this by still doing the same call function as the main page uses for the style switcher?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The separate page would need more than the function call, it would also have to include style-switcher. Either include it or blog-header.

    Thread Starter lawtai

    (@lawtai)

    I would have to include style-switcher? I’m not sure what that means. On the main index, to call my style sheet, I’m using this line of code:
    @import url( <?php wp_stylesheet(“–blue–“); ?> );
    Do I just put that same line without the default color into other pages? Or do I need to do something else?

    Thread Starter lawtai

    (@lawtai)

    if i were to call teh bog-header on a non-WP page, would that give me all plugin functions?

    Kitten, where do you find these posts? You must really be digging at the bottom of the barrel 😉

    Lol what’s wrong with it?

    Since WP 1.5 there is no use of the style switcher because for the themes it doesn’t work. And the post you replied to was more than 1 year old 🙂

    Nothing, this thread is over a year old and irrelevant for the current version of WP, that is all.

    Edit: Err, umm, “ditto” could have been my response 😉 Though I still use the styleswitcher (it does work by the way) on my classic theme.

    Okay, sorry, didn’t look at the date or the version, I was trying to find help myself for something kind of along these lines heh.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Style switcher on other pages?’ is closed to new replies.