I have 2 (soon 3) different themes that I'm going to use, so that my visitors can switch the themes and choose the one they like best. I use to have my site skinned before so I just modified them to themes. I see the index page ok, where is my actual blog but I can't get the other sites I've made (not via admincp! there's info about me and so on) to show up properly. I'm using headers & footers in my themes, like I explained before. Now I only want to know how can I set the other sites that I've made to use the themes also, I only see white pages with the content in it (like --> http://frozen-rose.org/blog/me.php ).
Is this code: <?php include( TEMPLATEPATH . '/myheader.php'); ?> going to able the theme switching also?
I've tried using the "<?php require('_path_to_/wp-blogheader.php'); ?>" in my "header.php" file but I always get the same error message:
"Warning: main(header.php): failed to open stream: No such file or directory in /home/frozenro/public_html/blog/me.php on line 1
Warning: main(header.php): failed to open stream: No such file or directory in /home/frozenro/public_html/blog/me.php on line 1
Warning: main(): Failed opening 'header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/frozenro/public_html/blog/me.php on line 1"
all my other 20+ sites I've made are in the root directory of WP, should I transfer to somewhere else? would that help?