How to mix two wordpress databases

maxmed

Registered Member
Joined
Jan 21, 2009
Messages
53
Reaction score
1
Hi,

I have two articles wordpress databases and I want to mix them into one.How it could be done ?????


Thanks
 
You'll need to be clearer about what you're looking for here. Do you mean showing the posts from both databases on a single website?
 
Yes , i want the posts from both databases to show in a single website .Thanks
 
Keep the 1st DB intact.

Extract Post and Category table from the second as a zip.

Import it to the first.

Done :)

P.S : Trial And Error! Be ready for that!

~ExP~
 
Go the back end of your wordpress site.... yourdomain.com/wp-admin

Go to the tools section and click export. It will give you a .xml file....

Go to the back end of the new wordpress site. Tools/import.
Import that xml file and you're done!
 
Back
Top