Description
Pageloom Bulk Pages adds a simple admin tool for creating multiple pages at once.
Features:
- Create up to 100 empty pages in one submission (64 KB of title input).
- Choose whether new pages are saved as
draftorpublish. - Access the tool from its own admin menu and from the Pages menu.
- Uses only core WordPress APIs with no external requests.
Enter one page title per line, choose a status, and create the pages instantly.
Draft is selected by default. Publishing makes the empty pages publicly visible immediately and requires the WordPress publishing capability. Existing pages are never overwritten. Repeated titles in your list intentionally create separate pages; WordPress assigns unique published slugs.
Each form request is processed only once, protecting against double submission. The results distinguish created pages, empty lines and WordPress insertion errors. If a request is interrupted, check the Pages list before starting another batch; partial work is not automatically rolled back or resumed.
Privacy and data retention
No external services, tracking or remote assets are used. The plugin saves small per-user request receipts in the site’s options table to prevent duplicate submissions and display results. Receipts contain counts, timestamps and error messages, and are not autoloaded. Receipts older than 48 hours are removed in batches of up to 50 when the tool is opened. Uninstall removes all plugin receipts, but leaves every created page intact. The plugin does not create scheduled jobs.
Installation
- Upload the
pageloom-bulk-pagesfolder to the/wp-content/plugins/directory. - Activate the plugin through the
Pluginsscreen in WordPress. - Go to
Bulk Pagesin the admin menu, orPages > Bulk Create. - Enter one page title per line, choose
DraftorPublish, and submit the form.
FAQ
-
Does this create page content?
-
No. The plugin creates pages with a title only and leaves the content empty.
-
Where can I find the tool?
-
You can open it from the main
Bulk Pagesmenu in the WordPress admin or fromPages > Bulk Create. -
Can I choose the post status?
-
Yes. Each batch can be created as either
draftorpublish.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Pageloom Bulk Pages” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Pageloom Bulk Pages” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.3
- Normalized text file line endings to LF.
1.1.2
- Updated author attribution and author website.
1.1.1
- Corrected the WordPress.org contributor username.
- Standardized plugin-owned global identifiers and request keys with the PAGEBUPA/pagebupa prefix.
1.1.0
- Refreshed the admin screen with responsive cards, clearer guidance and locally scoped styles.
1.0.1
- Added matching minimum WordPress/PHP headers and release metadata.
- Replaced URL-supplied success counts with verified, server-recorded results.
- Added bounded input, explicit validation and single-request replay protection.
- Fixed backslash handling in page titles and incorrect reporting of insertion failures.
- Respect configured page-creation and publishing capabilities in the UI and handler.
- Use WordPress.org translation loading and include a translation template.
- Document request-data cleanup and preserve pages on uninstall.
1.0.0
- Initial release.