I’m using WordPress for a client’s website and this client asked me if he could have two domains with the same content, but a different logo on top of the page. So for example:
http://www.website1.com with logo1
http://www.website2.com with logo2
Both with same theme & contents.
I was thinking of a double WP install, but then you have to do every change two times. I read something about multisites in WordPress, but could not find out how to do this.
I hope someone can help me out, thanks!
On the SEO front this is a bad idea, you will duplicate all content Google won’t know what to value more. But if you really want it.
you could do this with two wp install’s but there are problems.
First set your site url’s in the wp-config
Now there are 2 problems left which I don’t know how to fix.
the solution will be with simlinks stuff. (which I’m not familiar with)
And your hosting provider has to allow it.
The solution of this could be in the editor, of to filter the content before it is printed.
If you want to go this way I’m willing to look further into these problems