开发者 | wafflewolf |
---|---|
更新时间 | 2025年7月17日 23:25 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
[ { "title": "Post Title", "content": "Post content", "custom_field": "value" } ]
CSV Format: Headers in first row, data in subsequent rows
title,content,custom_field "Post Title","Post content","value" "Another Post","More content","another value"
Requirements
JSON (array of objects) and CSV (headers in first row, data in subsequent rows).
Yes! Works with any public post type including custom post types.
Yes! If ACF is installed, field groups are automatically detected for mapping.
Keep files under 10MB for best performance. Larger files may require PHP setting adjustments.
Yes! Text content is automatically converted to Gutenberg paragraph blocks.