---
title: garden.ooo Migration メモ
date: 2026-01-07T15:00:27.832Z
updated: 2026-01-08T14:50:36.360Z
tags:
  - garden
url: https://baku89.com/ja/garden/migration
---

# garden.ooo Migration メモ

## Wordpress

- ```
  npx wordpress-export-to-markdown\
    --input=export.xml\
    --post-folders=false\
    --frontmatter-fields=title,date,author,draft,excerpt,slug:wp_slug,id:wp_postid,coverImage,date,tags,type
  ```
- CPTの register\_post\_type() で can\_export が false になってないか確認（これが false だとWPエクスポートに乗らないことがある）
