Descrição
Importar posts e comentários de um blog Movable Type ou Typepad.
Instalação
- Upload the
movabletype-importer
folder to the/wp-content/plugins/
directory - Ative o plugin por meio do menu “Plugins” no WordPress
- Go to the Tools -> Import screen, Click on Movable Type and TypePad
Avaliações
Colaboradores e desenvolvedores
“Movable Type and TypePad Importer” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
Colaboradores“Movable Type and TypePad Importer” foi traduzido para 32 localizações. Agradecemos aos tradutores por suas contribuições.
Traduzir “Movable Type and TypePad Importer” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.
Registro de alterações
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