Pageloom Bulk Pages

Mô tả

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 draft or publish.
  • 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.

Cài đặt

  1. Upload the pageloom-bulk-pages folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Bulk Pages in the admin menu, or Pages > Bulk Create.
  4. Enter one page title per line, choose Draft or Publish, and submit the form.

Hỏi đáp

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 Pages menu in the WordPress admin or from Pages > Bulk Create.

Can I choose the post status?

Yes. Each batch can be created as either draft or publish.

Đánh giá

Không có đánh giá nào cho plugin này.

Người đóng góp & Lập trình viên

“Pageloom Bulk Pages” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

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.