Multiple Blogs Same Content
April 16, 2007 | Category: Programming
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.
8 Comments
Leave a Reply



Robin
on April 17th, 2007Well…a little late for that isn’t it? :duh:
Heather
on April 17th, 2007Did you ever need this?
Robin
on April 17th, 2007I once did change, but I think you did it for me :duh:
Heather
on April 17th, 2007Hun 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
Robin
on April 17th, 2007Why bother?
Heather
on April 17th, 2007Believe it or not that is alot of request for this on wordpress.org
Indie
on April 20th, 2007Heya 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:
hawken king
on January 19th, 2008thanks 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!