Bulk Post Importer

Bulk Post Importer

Details
View on WordPress

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

  • Dual Format Support: Import from JSON or CSV files
  • Intelligent Field Mapping: Visual interface for mapping data fields to WordPress fields
  • ACF Integration: Full support for Advanced Custom Fields with automatic detection
  • Gutenberg Ready: Automatically converts text content to Gutenberg paragraph blocks
  • Custom Meta Fields: Support for WordPress post meta fields
  • Secure Processing: Built-in security checks and data validation
  • Error Handling: Comprehensive error reporting and import logging

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

  • WordPress 5.0+
  • PHP 7.4+
  • Administrator privileges
  • Optional: Advanced Custom Fields plugin for ACF support

Usage

3-Step Process

  1. Upload: Go to Tools > Bulk Post Importer, select your JSON/CSV file and target post type
  2. Map Fields: Use the visual interface to map your data fields to WordPress fields
  3. Import: Review and process the import with detailed progress reporting

Field Mapping Options

  • Standard Fields: Title, content, excerpt, status, date
  • ACF Fields: Automatically detected if ACF plugin is active
  • Custom Meta: WordPress post meta fields

Privacy

This plugin processes files locally on your server. No data is transmitted externally. Uploaded files are processed and removed from temporary storage.

Details

Plugin code:
bulk-post-importer
Plugin version:
1.0.3
Outdated:
No
WP version:
5.0 or higher
PHP version:
7.4 or higher
Test up to WP version:
6.8.2
Total installations:
800
Last updated:
2025-07-17
Rating:
Times rated:
0
bulk
csv
import
json
posts