lucasstark / wp-information-architecture-builder

Build a complete Information Architecture for a WordPress multisite.
3 stars 0 forks source link

Enable copy of pages between sites #5

Open lucasstark opened 7 years ago

lucasstark commented 7 years ago

Would like to enable copying of pages between sites.

Need to determine how to get all the custom meta attached to a page and then how to create a page on the target site with all the associated meta.

Need to determine what to do with media. Featured media is straight forward, but if it's media linked with an Advanced Custom Field, or other custom fields plugin not sure how this can be managed. Also need to parse the post_content for any src or href tags to determine if they point to the media library and then copy those over as well.

Need to determine what template to assign if the current page template does not exist in the target site. Most likely just default.

lucasstark commented 7 years ago

With the last commit, copy and paste and move between sites works as expected.

Next will be to add copy of attached media items.