Skip to content

Export a Movable Type blog's entries, pages, and assets as a WordPress eXtended RSS file (WXR) for easy import into your WordPress blog. Add a new index template, an output filename, save, publish, and import.

License

Notifications You must be signed in to change notification settings

niallkennedy/Movable-Type-WordPress-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Export your Movable Type entries, pages, and assets as a WordPress eXtended RSS (WXR) template.

Compare with WordPress Movable Type importer

The official Movable Type and TypePad importer for WordPress relies on a basic Movable Type export format.

The Movable Type WordPress export format describes your Movable Type blog using the native descriptors in the WordPress import/export library. Your blog content is better mapped to WordPress. A few benefits over the standard WordPress importer for Movable Type post exports:

  • Map all of your basenames from posts, pages, categories, and tags to maintain URL integrity.
  • Correlate post and comment status between Movable Type and WordPress descriptors.
  • Export a list of authors to associate with your posts and comments.
  • Maintain parent-child relationships in nested categories and threaded comments.
  • Include pages and assets.
  • Include category descriptions.
  • Transfer commenter data including IP address, moderation status, and other local information.
  • Separate categories, tags, and folders.

Movable Type export instructions

  1. Create a new index template for the blog you would like to export. Templates are located at Design > Templates in Movable Type 5 at a URI similar to path-to-mt/mt.cgi?__mode=view&_type=template&type=index&blog_id=1.
  2. Copy-and-paste the contents of wxr.mhtml into your new index template or link the template to a copy of the file inside your Movable Type directory.
  3. Choose an output filename in the Output File template option.
  4. Select a Template Type of Custom Index Template.
  5. Publish manually.
  6. Save changes.
  7. Customize export settings such as total number of entries per file, entries offset, and enable individual export sections such as entries, pages, and assets.
  8. Save & Publish.

WordPress occasionally experiences issues with large imports. The Movable Type export template for WordPress helps you break up your Movable Type blog into multiple export files for reliability and testing. Set the number_of_entries variable to a high number such as 9999 to export your entire blog at once.

The Network > Blog relationship in WordPress is similar to the Website > Blog relationship in Movable Type. Set up your WordPress network and blogs, then export from Movable Type blog into the equivalent WordPress blog for the best results.

WordPress import instructions

  1. Log in to your WordPress site as an administrator.
  2. Go to Tools: Import to import content.
  3. Install the "WordPress" importer from the list if it is not already present.
  4. Activate and run importer.
  5. Upload the file saved to your Movable Type output filename on your previous blog.
  6. You will be asked to map the authors in your export file to users on your WordPress site. For each author you may choose to map to an existing user on the site or create a new WordPress user.
  7. WordPress will then import each of the posts, pages, comments, categories, assets, etc. contained in your export file into your WordPress blog.

You may choose to break up your export into multiple files for reliability. The WordPress importer should be smart enough to detect duplicate content between imports.

About

Export a Movable Type blog's entries, pages, and assets as a WordPress eXtended RSS file (WXR) for easy import into your WordPress blog. Add a new index template, an output filename, save, publish, and import.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published