Support » Fixing WordPress » how to incorporate posts from one WP blog into another WP blog on another domain

  • Hi,
    I have tried to search how to do this, but I’m not coming up with the right search terms – my apologies if this has been addressed (which I’m sure it has!)

    ———–

    I have one WP blog with posts that I want to include on a separate WP blog on a different domain, but on the same server.

    Any suggestions on how to do this? I am thinking of doing an include or an I-frame, but I wonder if there is a way of calling the loop directly.

    Thanks,
    K

Viewing 2 replies - 1 through 2 (of 2 total)
  • I use the same db for some blogs, which accomplishes what your’re trying to do. I have several wp installs with several domains hitting the same box. I have plenty of dbs, but some blogs share the same db/content, some cat specific. As far as users can tell, they are diff sites, diff blogs. custom headers link diff sytlesheets.

    The transparency of wp’s code and flexibilty of php makes this relatively easy. mod-rewrite is tricky but worth the learning curve.

    If you don’t want your blogs to share a db, you’ll need to roll your own mysql to pull the content in where you want it.

    Another approach would be to simply pull RSS feeds from one blog into the other. You can do feeds by category, for instance. Some plugins that might help:
    http://codex.wordpress.org/Plugins/Syndication

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to incorporate posts from one WP blog into another WP blog on another domain’ is closed to new replies.