Title: WD Quick Pages
Author: WolfDevs
Published: <strong>2025 年 8 月 15 日</strong>
Last modified: 2025 年 12 月 4 日

---

搜尋外掛

![](https://ps.w.org/wd-quick-pages/assets/banner-772x250.png?rev=3345064)

![](https://ps.w.org/wd-quick-pages/assets/icon-256x256.png?rev=3345064)

# WD Quick Pages

 由 [WolfDevs](https://profiles.wordpress.org/wolfdevs/) 開發

[下載](https://downloads.wordpress.org/plugin/wd-quick-pages.1.0.2.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/wd-quick-pages/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/wd-quick-pages/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/wd-quick-pages/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/wd-quick-pages/#developers)

 [技術支援](https://wordpress.org/support/plugin/wd-quick-pages/)

## 外掛說明

WD Quick Pages is a powerful WordPress plugin designed for developers and site builders
who need to create multiple pages quickly and efficiently. Whether you’re setting
up a new website structure or bulk-creating content pages, this plugin streamlines
the process with an intuitive interface and smart features.

#### Key Features

 * **Quick Page Creation** – Create multiple pages at once using a simple textarea
   input
 * **Hierarchical Structure** – Use “-” prefix to create child pages with unlimited
   nesting levels
 * **Live Preview** – Preview the page structure before creation to avoid mistakes
 * **Duplicate Prevention** – Automatically skips pages that already exist to prevent
   conflicts
 * **Progress Tracking** – Real-time progress bar during page creation process
 * **Modern UI** – Clean, Shadcn/UI inspired design that integrates seamlessly with
   WordPress
 * **AJAX-Powered** – Seamless user experience without page reloads
 * **Responsive Design** – Works perfectly on all screen sizes and devices
 * **Security First** – Built with WordPress security best practices (nonces, capability
   checks, input sanitization)

#### Perfect For

 * **Developers** building new WordPress sites
 * **Agencies** setting up client websites quickly
 * **Content Managers** creating bulk page structures
 * **Site Builders** who need efficient workflow tools

#### How It Works

 1. Navigate to Pages  Quick Pages in your WordPress admin
 2. Enter page titles in the textarea, one per line
 3. Use “-” prefix for child pages (e.g., “-Our Story” under “About Us”)
 4. Use multiple “-” for deeper nesting (e.g., “–Team Member” under “-Our Story”)
 5. Select page status, template, and author
 6. Preview the structure to verify hierarchy
 7. Click “Create Pages” to generate all pages instantly

#### Example Usage

    ```
    Home
    About Us
    -Our Story
    -Our Team
    --Leadership
    ---CEO
    ---CTO
    --Developers
    Services
    -Web Development
    --Frontend
    --Backend
    -Design
    --UI/UX
    --Branding
    Contact
    Blog
    ```

This will create a complete site structure with proper parent-child relationships
automatically.

#### Developer Friendly

 * Clean, documented code following WordPress coding standards
 * Extensible architecture for custom modifications
 * Translation ready with full i18n support
 * Hooks and filters for advanced customization

## 螢幕擷圖

[⌊screenshot-1.png - Main interface with textarea for entering page titles and hierarchy⌉⌊
screenshot-1.png - Main interface with textarea for entering page titles and hierarchy⌉[

screenshot-1.png – Main interface with textarea for entering page titles and hierarchy

## 安裝方式

#### Automatic Installation

 1. Log in to your WordPress admin panel
 2. Navigate to Plugins  Add New
 3. Search for “WD Quick Pages”
 4. Click “Install Now” and then “Activate”

#### Manual Installation

 1. Download the plugin ZIP file
 2. Log in to your WordPress admin panel
 3. Navigate to Plugins  Add New  Upload Plugin
 4. Choose the downloaded ZIP file and click “Install Now”
 5. Activate the plugin after installation

#### Getting Started

 1. After activation, go to Pages  Quick Pages
 2. Enter your page titles in the textarea
 3. Configure settings as needed
 4. Click “Create Pages” to generate your page structure

## 常見問題集

### Can I create unlimited nested pages?

Yes! There’s no limit to the nesting depth. Simply add more “-” characters to create
deeper levels in the hierarchy.

### What happens if a page already exists?

The plugin automatically detects existing pages and skips them to prevent duplicates.
You’ll see a summary of created, skipped, and any error pages.

### Can I set different page templates?

Yes, you can select from all available page templates in your theme when creating
pages.

### Is it safe to use on production sites?

Absolutely! The plugin includes comprehensive security measures including WordPress
nonces, capability checks, and input sanitization.

### Can I undo page creation?

The plugin shows detailed results after creation, including direct links to edit
each created page. While there’s no automatic undo, you can easily delete unwanted
pages through the normal WordPress interface.

### Does it work with page builders?

Yes! The plugin creates standard WordPress pages that work with any page builder
or theme.

### Is it translation ready?

Yes, the plugin is fully internationalized and ready for translation into any language.

## 使用者評論

![](https://secure.gravatar.com/avatar/f484391cc7e178cc91ed9a17c8c5c04733f7ea58fcd26d08300b008369e80b44?
s=60&d=retro&r=g)

### 󠀁[Excellent plugin for quick page creation](https://wordpress.org/support/topic/excellent-plugin-for-quick-page-creation/)󠁿

 [Sadadul Huq](https://profiles.wordpress.org/sadadulhuq/) 2025 年 12 月 4 日

Saves me a lot of time on each new project I work on. Great plugin!

 [ 閱讀全部 1 則使用者評論 ](https://wordpress.org/support/plugin/wd-quick-pages/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈WD Quick Pages〉的開發相關工作。

參與者

 *   [ WolfDevs ](https://profiles.wordpress.org/wolfdevs/)
 *   [ Al-Mamun Talukder ](https://profiles.wordpress.org/realblackz/)

[將〈WD Quick Pages〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/wd-quick-pages)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/wd-quick-pages/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/wd-quick-pages/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/wd-quick-pages/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/wd-quick-pages/)。

## 變更記錄

#### 1.0.2

 * Removed debug console.log statement from production code
 * Added ARIA labels for improved accessibility on close buttons
 * Added role=”status” and aria-live=”polite” to progress container for screen readers
 * Security: Added HTML escaping for edit URLs in results display
 * Tested up to WordPress 6.9

#### 1.0.1

 * Improved page hierarchy parsing logic with better validation
 * Enhanced support for different dash types (em-dash, en-dash, hyphen) and Unicode
   spaces
 * Fixed parent-child relationship handling for existing pages
 * Better error reporting and validation messages showing parsing errors in preview
 * Improved handling of edge cases (skipping hierarchy levels, invalid nesting)

#### 1.0.0

 * Initial release
 * Hierarchical page creation with dash (-) prefix syntax
 * Live preview functionality to see page structure before creation
 * Duplicate prevention – automatically skips existing pages
 * Modern Shadcn/UI inspired design system
 * Real-time progress tracking during page creation
 * AJAX-powered interface for seamless user experience
 * Page status selection (Draft, Published, Private)
 * Page template selection support
 * Page author assignment
 * Detailed creation results with success/error reporting
 * Responsive design for all screen sizes

## 中繼資料

 *  版本 **1.0.2**
 *  最後更新 **10 個月前**
 *  啟用安裝數 **30+**
 *  WordPress 版本需求 ** 5.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.9**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/wd-quick-pages/)
 * 標籤:
 * [admin](https://tw.wordpress.org/plugins/tags/admin/)[bulk](https://tw.wordpress.org/plugins/tags/bulk/)
   [development](https://tw.wordpress.org/plugins/tags/development/)[hierarchy](https://tw.wordpress.org/plugins/tags/hierarchy/)
   [pages](https://tw.wordpress.org/plugins/tags/pages/)
 *  [進階檢視](https://tw.wordpress.org/plugins/wd-quick-pages/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/wd-quick-pages/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/wd-quick-pages/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/wd-quick-pages/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/wd-quick-pages/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/wd-quick-pages/reviews/?filter=1)

[撰寫評分](https://wordpress.org/support/plugin/wd-quick-pages/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/wd-quick-pages/reviews/)

## 參與者

 *   [ WolfDevs ](https://profiles.wordpress.org/wolfdevs/)
 *   [ Al-Mamun Talukder ](https://profiles.wordpress.org/realblackz/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/wd-quick-pages/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://wolfdevs.com/donate)