Plugin Author
Marcus
(@netweblogic)
I haven’t messed with the WP import/export tool for a while, but if I’m not mistaken (the plugin page states so), it imports custom fields so in theory it should just import the MTM data too.
Have you checked the database (if you know how to) to see whether the custom fields are imported? It’d be in wp_postmeta, with the meta_key mtm_data for a specific post_id
Probably, if the import goes through, the issue is your settings whether to show MTM for a specific post type on your new site.
Thanks for your quick reply Marcus.
Yes, after several tries the mtm_data got copied (as checked in the db).
Cheers.