Plugin info

Total downloads: 824,530
Active installs: 20,000
Total reviews: 4
Average rating: 4
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 35 language(s)
Contributors: 2
Last updated: 10/21/2024 (436 days ago)
Added to WordPress: 5/20/2010 (15 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 6.7.4
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 436 days ago • 4 reviews

28/100

Is Movable Type and TypePad Importer abandoned?

Possibly abandoned (last update 436 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: 6.7.4
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

TypePad to WordPress assets importer
Rating 5.0/5 (1 reviews)Active installs 30
TP2WP Importer
Rating 0.0/5 (0 reviews)Active installs 30

Description

Import posts and comments from a Movable Type or TypePad blog.

Installation

  1. Upload the movabletype-importer folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the Tools -> Import screen, Click on Movable Type and TypePad

Frequently Asked Questions

Installation Instructions

  1. Upload the movabletype-importer folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the Tools -> Import screen, Click on Movable Type and TypePad

Review feed

Vishal Kakadiya
8/7/2019

Great plugin!

Great work guys!

Screenshots

No screenshots available

Changelog

0.6.3

  • Testing the plugin up to WordPress 6.7
  • Fix warning when mt-export.txt is 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