Linux 软件免费装

Bulk Post Importer

开发者 wafflewolf
更新时间 2025年7月17日 23:25
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

posts import json csv bulk

下载

1.0.0 1.0.1 1.0.2 1.0.3

详情介绍:

Import large amounts of content into WordPress from JSON or CSV files. Perfect for migrating from other platforms, importing API data, or bulk-creating content with a user-friendly mapping interface. Key Features Supported File Formats JSON Format: Array of objects [ { "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

安装:

  1. Download the plugin zip file
  2. Go to Plugins > Add New in WordPress admin
  3. Click Upload Plugin
  4. Choose the zip file and click Install Now
  5. Click Activate Plugin

屏幕截图:

  • Field mapping interface - Map data fields to WordPress fields
  • ACF integration - Automatic detection of ACF fields
  • Import results - Detailed reporting of import success and any errors

升级注意事项:

0.2.0 Now supports CSV files in addition to JSON. Enhanced validation and improved user interface.

常见问题:

What file formats are supported?

JSON (array of objects) and CSV (headers in first row, data in subsequent rows).

Does this work with custom post types?

Yes! Works with any public post type including custom post types.

Can I import ACF data?

Yes! If ACF is installed, field groups are automatically detected for mapping.

Is there a file size limit?

Keep files under 10MB for best performance. Larger files may require PHP setting adjustments.

Does it work with Gutenberg?

Yes! Text content is automatically converted to Gutenberg paragraph blocks.

更新日志:

0.2.0 0.1.1