is this possible? |
is this possible? |
![]()
Post
#1
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 ![]() |
right now im using a wordpress theme switcher on my site, with normal php pages (non wordpress). if a person switches the theme, when they go to a non-wordpress page, the theme goes back to the set theme.
i wanted to know if there was any way i could use cookies or something (because i think thats how its done with stylesheet switchers) to make it so that the new theme would last for all the pages. right now im using this to get the header from my wp theme: CODE <?php require('/home/michelle/public_html/blog/wp-blog-header.php'); ?> <?php get_header(); ?> if i cant do this without wordpress pages than its fine, but i was hoping that by checking for cookies or something, i could do it. edit:// reopened, info edited. and ive tried a bunch of "query strings". |
|
|
![]() ![]() |