Movable Type and TypePad Importer

설명

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

설치

  1. Upload the movabletype-importer folder to the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Go to the Tools -> Import screen, Click on Movable Type and TypePad

후기

2021년 9월 3일
Methods with the same name as their class will not be constructors in a future version of PHP.
모든 4 평가 읽기

기여자 & 개발자

“Movable Type and TypePad Importer”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Movable Type and TypePad Importer”(이)가 32(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Movable Type and TypePad Importer”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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

  • 초기 릴리즈