Gnopps
Member
Posted 3 months ago #
I want to start a site using WP as CMS for the whole site. What I would like is the following:
http://www.domain.com - All the static pages
blog.domain.com - My blog
I would like to use the same theme for the whole site.
How do I best go ahead to setup this?
Thank you for your help!
Well, one method (that could be done in minutes) would be to install blog1 at http://www.domain.com, blog2 at blog.domain.com, then use the same theme.
To link to your "Blog" on blog1 you would just need to create a link to http://blog.domain.com.
The down side to this is that you would have two installations to maintain. But if you don't plan on ever changing your static pages, it would be fast and easy.
Gnopps
Member
Posted 3 months ago #
Thanks for your help. I'd prefer to have jsut one installation though, let's see if I find a way..