Content Migration
Import all articles from the existing WordPress site into this platform, preserving dates, authors, categories, and content.
WordPress REST API Migration
Fetches published articles from the WordPress REST API. The source site must have the REST API enabled (default for WordPress 4.7+).
Maximum number of articles to import in this run. Run multiple times to import in batches.
XML Export Migration
For large sites or if the REST API is unavailable, export your WordPress content as a WXR (XML) file from WordPress Admin → Tools → Export, then run the migration script from the server:
node scripts/migrate-wordpress.mjs \ --xml /path/to/wordpress-export.xml \ --limit 5000