Thank you Garry,
I have been trying in using lots of methods, including your suggestion.
Followings are what I have done:
1). simply call a newheader.php, using <?php include (TEMPLATEPATH . ‘/topheader.php’); ?>,
what I got is all pages come with this additionally called file.
2). I named a newheader and I called it from some other pages that I dont need blog infos in them.. this works.
yet, the homepage is still not working..
3). I tried to add a home.php as my entrance page, using .haccess to direct it as the 1st entrance, –> failed again.
4). finally, I returned to change the index.php to have it choose which header files to call. Again. I am facing a problem.
The current problem is that I only need around 5 pages to use seprated headers, for the rest of blog info will still use the original header.php.
In the 4th method, I tried to use the index.php as my homepage, all blog clickes go to this NOT-origianlly needed INDEX.php (NOT header.php), even I didnt change the header.php.
Now I am thinking.. maybe I need to move my blog down to a 2nd level folders and keep them down as a subordinate blog site. ><
However, in doing so, I also can see some problems, which I am not clear of.
My concern about the last method is… all benifits that I can get from the wordpress plug-ins will have no connection with all other pages that I want to add, inclulding the HOMEPAGE. (what I am talking here is things like SEO and sitemap and lots of others.. )
I do hope someone can help me out.. >_<..