hi friends, maybe you can help me... I have an blog and want to create a second one. My idea is using the same posts... how can I make that possible? I have both blogs installed at same database... What is my possibilities? Until now, I found this instructions to share wp_users table: Now I need the same for wp_posts... but cant find anything on google. Any ideas, please?
If you want to reuse same posts/users then give same database connection settings, however if you want 2nd blog but initially want same data, then export current database and import into new database. If you want only posts, just delete all stuff other than posts. good luck.