Driftless
Member
Posted 3 months ago #
I am considering posts-to-posts for a project with several thousand posts and several hundred pages and quite few custom types that I would like to link up. We are developing the site locally, then will migrate all the information to the cloud.
What is the transportability of P-2-P connections? Rebuilding from scratch is not feasible. However, the change in post ID's seems a straight db copy won't work...
Anyone have any 'best practice' advice for migrating a large site with lots of P-2-P connections?
http://wordpress.org/extend/plugins/posts-to-posts/
Driftless
Member
Posted 3 months ago #
I supposed safest would be to output and then rebuild all connections based on titles instead of ID's:
Old site: Get connection ID's, replace with titles
New site: find new IDs for titles, rebuild connections
Anyone have a template for this? Or am I stuck with building it myself ;)
Driftless
Member
Posted 2 months ago #
I'm happy with a RTFM response if one exists... I can't seem to find anything on this anywhere I have looked.
Anyone have a template for this? Or am I stuck with building it myself ;)
You're stuck with building it yourself.
Driftless
Member
Posted 2 months ago #
Fair enough. Thanks. When I get around to this, I'll share my recipe.