Multiple Blogs Same Content
Ok I’m going a lil crazy on the blogging today. But have had a few people ask me over time how to have multiple wordpress blogs with different domains and themes but with the same content and only have to post it once.
You can see i have it here on this blog and again at http://www.heatherbalagh.com/blog/
So after the request again today I decided to post the knowledge…It’s very easy, have any questions post them here and make sure to subscribe to comments to get notified of my response.. Also make sure to have both the sites on the same server
Upload WP into both directories. Make sure they have the identical wp-config.php file.
In the second sites directory do the following:
In the wp-settings.php file edit the options database value from this:
$wpdb->options = $wpdb->prefix . ‘options’;
to something like
$wpdb->options = ‘YOURNEWPREFIX_options’;
Instead of ‘YOURNEWPREFIX’ put something like ‘site2′ or whatever you want with out the ‘.
Then, in PHPmyAdmin duplicate the wp_options table, and rename one of the them to be YOURNEWPREFIX_options, so if you chose ‘site2′, it would be ‘site2_options’.
Edit the information in the ‘site2_options’ table to reflect the correct information for your second site and you will be on your way.
Well…a little late for that isn’t it? :duh:
Did you ever need this?
I once did change, but I think you did it for me :duh:
Hun that was alot different then this….What I did was change your url on your blog…
This is having multiple blogs that have their own seperate URL and theme but same content so that everytime I post something here you can see it over at my other blog
Why bother?
Believe it or not that is alot of request for this on wordpress.org
Heya Heather, been awhile
One thing about this technique, google hates it! They search for and blacklist duplicate content now (have for awhile). If they notice multiple blogs with identical content it will pwn your rankings.
Anyway, looks like it does the job, just sayin it’s not a good idea to implement, imo
I’ll msg you soon, switching back to linux atm :rock:
thanks for this, will try it out. As you mention, a lot of people are asking for it but there seems to be little in the way of answers.
The way I find it useful is populating two blogs about different things, but then cross referencing them with the same content listing to get more traffic between the two sites. Of course only logging into one wp and keeping the data in one place is another benefit.
cheers!
Thanks for the explanation. I am going to try that now.
As for the reason that I want multiple sites with different themes and the same content, I have 1,500+ pages of content and I want to try different marketing techniques and see what works best.
If this works, I will have six+ websites that I can run different ads and ad placements on, them see which makes more dough.
Thanks!
The string you mention to look for does not exist as you demonstrated in V2.9
Any chance you could revise your instructions to work with current WP installations? It would be most appreciated.