methodagile
Member
Posted 1 year ago #
First of all, this plugin was easy to install and worked well out of the box, except for 2 important functions. When we add a page or a post to multisites from the master admin, then go to edit or delete an existing post, the post on the multi-sites is not edited or deleted. Is this is bug?
methodagile
Member
Posted 1 year ago #
Okay, I figured out the problem. When we migrated to WordPress 3.0, we manually imported posts into the multisites so postmeta HMMultipostMU_children was not set for each post.
Is there rhyme or reason for the meta_value of HMMultipostMU_children for each post, so we might prepopulate the database tables with this information?
Warren Harrison
Member
Posted 1 year ago #
HMMultipostMU_children contains a serialized array mapping the child blog to the child post ID in the blog:
childPosts[
blogID => postID,
blogID => postID,
blogID => postID
]