Title: WD Quick Pages
Author: WolfDevs
Published: <strong>August 15, 2025</strong>
Last modified: December 4, 2025

---

Search plugins

![](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

 By [WolfDevs](https://profiles.wordpress.org/wolfdevs/)

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

 * [Details](https://ewe.wordpress.org/plugins/wd-quick-pages/#description)
 * [Reviews](https://ewe.wordpress.org/plugins/wd-quick-pages/#reviews)
 *  [Installation](https://ewe.wordpress.org/plugins/wd-quick-pages/#installation)
 * [Development](https://ewe.wordpress.org/plugins/wd-quick-pages/#developers)

 [Support](https://wordpress.org/support/plugin/wd-quick-pages/)

## Description

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

## Screenshots

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

## Installation

#### 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

## FAQ

### 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.

## Reviews

![](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/) December 4, 2025

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

 [ Read all 1 review ](https://wordpress.org/support/plugin/wd-quick-pages/reviews/)

## Contributors & Developers

“WD Quick Pages” is open source software. The following people have contributed 
to this plugin.

Contributors

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

[Translate “WD Quick Pages” into your language.](https://translate.wordpress.org/projects/wp-plugins/wd-quick-pages)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wd-quick-pages/), check
out the [SVN repository](https://plugins.svn.wordpress.org/wd-quick-pages/), or 
subscribe to the [development log](https://plugins.trac.wordpress.org/log/wd-quick-pages/)
by [RSS](https://plugins.trac.wordpress.org/log/wd-quick-pages/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 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

## Meta

 *  Version **1.0.2**
 *  Last updated **4 months ago**
 *  Active installations **10+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/wd-quick-pages/)
 * Tags
 * [admin](https://ewe.wordpress.org/plugins/tags/admin/)[bulk](https://ewe.wordpress.org/plugins/tags/bulk/)
   [development](https://ewe.wordpress.org/plugins/tags/development/)[hierarchy](https://ewe.wordpress.org/plugins/tags/hierarchy/)
   [pages](https://ewe.wordpress.org/plugins/tags/pages/)
 *  [Advanced View](https://ewe.wordpress.org/plugins/wd-quick-pages/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/wd-quick-pages/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wd-quick-pages/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wd-quick-pages/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wd-quick-pages/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wd-quick-pages/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wd-quick-pages/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wd-quick-pages/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wd-quick-pages/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://wolfdevs.com/donate)