Sharing posts between two installations
-
I have two WordPress installations, which I’ll call Blog A and Blog B. They reside in the same database each with a different $table_prefix.
They are separate except that the front page of Blog B displays a subset (restricted by author) of posts from Blog A, while still using its own theme, i.e., Blog B’s theme. The posts links back to Blog A.
I’ve been able to get this to work with a hand-rolled query from within the theme for Blog B to the tables associated with Blog A. This works reasonably well, but I’m just dumping content from the database, using the guid field for the permalink, for instance.
My problem: I would like to offer traditional WordPress features (automatic paragraph handling in particular, but also categories, tags, archives, etc.) in Blog B for the posts in Blog A. Categories and so on can link back to Blog A, as needed.
Is this possible? Is there a better way I could be doing this?
Thanks for any help you can offer.
- The topic ‘Sharing posts between two installations’ is closed to new replies.