I want to fetch some post from another wordpress site which is hosted in the same server. How can I fetch those post?
Is multiple database connection is possible in wordpress?
|
I want to fetch some post from another wordpress site which is hosted in the same server. How can I fetch those post? Is multiple database connection is possible in wordpress? |
||||
|
|
|
It is possible but you must manually create a new instance of the Quote from the wpdb Codex page:
|
|||||
|
|
I hope you can do it using your own custom php code. This post may help you doing it. |
|||||||||||
|