FullScope Bulk Page Generator

描述

The FullScope Bulk Page Generator allows you to quickly create multiple WordPress pages using an existing page as a template. Perfect for creating location pages, product pages, or any other content that follows a consistent structure.

Features

  • Use any existing WordPress page as a template
  • Import data from CSV files
  • Support for custom URL structures through parent pages
  • Yoast SEO meta description and title integration
  • Preview first row before generation
  • Batch processing for large datasets
  • Progress tracking during page creation

How it Works

  1. Create a template page with placeholders like {{location_name}}, {{address}}, etc.
  2. Prepare your CSV file with columns matching your placeholders
  3. Select your template page and map CSV columns to placeholders
  4. Choose a parent page (optional)
  5. Include Yoast meta_description and meta_title (optional)
  6. Generate all pages automatically

CSV Requirements

Your CSV file should include columns for:
* All placeholders used in your template
* URL slug
* meta_description and/or meta_title (optional, for Yoast SEO)

螢幕截圖

  • Select the page/post/template with the placeholders
  • CSV mapping interface
  • Additional settings
  • Preview first row
  • Generation confirmation
  • New pages nested under parent
  • New page frontend

安裝

  1. Search for “FullScope Bulk Page Generator” in the Plugins section
  2. Click “Install Now”
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Go to FullScope Bulk Page Generator in the admin menu
  5. Follow the step-by-step process to generate your pages

常見問題

What format should my CSV file be in?

Your CSV file should be comma-delimited with headers in the first row. The headers should match the placeholders in your template.

Can I preview the pages before generating them?

Yes, you can preview how the first row of your CSV data will look when applied to your template.

Does this work with Yoast SEO?

Yes, if your CSV includes a column named ‘meta_description’, it will automatically be used for the Yoast SEO meta description.

Can I organize pages into a hierarchy?

Yes, you can select a parent page, and all generated pages will be created as child pages under it.

What happens if something goes wrong during generation?

The plugin processes pages in batches and provides detailed error reporting if any issues occur.

To enable error logging for troubleshooting, add these lines to your wp-config.php:

define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false ); // Prevents errors from displaying on screen

Logs will be written to wp-content/debug.log
Remove these lines when you are done debugging.

評價

There are no reviews for this plugin.

貢獻者及開發者

“FullScope Bulk Page Generator” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 FullScope Bulk Page Generator 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.1

  • WordPress 6.8 Compatibility

1.0

  • Initial release