Just another contact form plugin. Simple but flexible.
About Movable Type and TypePad Importer
This service allows you to easily transfer your blog posts and comments from a Movable Type or TypePad blog to another platform. It eliminates the hassle of manually copying and pasting content, saving you time and effort.Frequently asked questions
How do I import posts and comments from a Movable Type or TypePad blog?
To import posts and comments from a Movable Type or TypePad blog, you can use the built-in import feature in the platform. Here are the steps to follow:nn1. Log in to your account and go to the dashboard.n2. Click on the 'Import' option in the sidebar menu.n3. Select the 'Movable Type/TypePad' option from the available import sources.n4. Enter the URL of your Movable Type or TypePad blog and click on the 'Import' button.n5. The platform will start importing your posts and comments, and you will be able to see the progress.nnNote: Make sure you have the necessary credentials and permissions to access the Movable Type or TypePad blog for the import to work.
Can I import only posts or comments from a Movable Type or TypePad blog?
Yes, you can choose to import only posts or comments from a Movable Type or TypePad blog. When you go through the import process, you will have the option to select what you want to import. You can either import both posts and comments or choose to import only one of them.nnNote: Importing only posts or comments may result in a disconnected conversation if the imported content relies on each other.
Are there any limitations on the number of posts and comments I can import?
There are no specific limitations on the number of posts and comments you can import from a Movable Type or TypePad blog. However, larger imports may take longer to process, and it is recommended to break them into smaller batches if possible. Additionally, you should ensure that your account has enough storage space to accommodate the imported content.
Will the imported posts and comments retain their original timestamps?
Yes, the imported posts and comments from a Movable Type or TypePad blog will retain their original timestamps. The platform preserves the original date and time information during the import process to maintain the chronological order of the content.
Can I preview the imported posts and comments before publishing them?
Yes, you can preview the imported posts and comments before publishing them on your site. Once the import process is complete, the platform will provide you with a preview option where you can review the imported content, make any necessary edits or changes, and then publish it to your site.
Changelog
0.6.3
- Testing the plugin up to WordPress 6.7
- Fix warning when
mt-export.txtis used
0.6.2
- Testing the plugin up to WordPress 6.4.2
- Update link references from http to https.
0.6.1
- Test the plugin up to WordPress 6.2
0.6
- Add support for WordPress 6.1
0.5
- Remove comment_exists check for importing comments. In testing, I found no duplicated comments via this method, and it’s extremely slow on large imports. If this check is needed, then define(‘WP_MT_IMPORT_ALLOW_DUPE_COMMENTS’, false);
- Disable cache invalidation and both term and comment counting during import, for speed. Re-enable them after import.
- Disable autocommit during import, commit once every 500 posts and after complete import. Huge speed boost. To force autocommit to be left alone, define(‘WP_MT_IMPORT_FORCE_AUTOCOMMIT’,true);
0.4
- String updates
0.3
- Use BASENAME, if present, as the slug for the post.
0.2
- Add check for WP_LOAD_IMPORTERS
0.1
- Initial release