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

---

Prohledat pluginy

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

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

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

 * [Podrobnosti](https://cs.wordpress.org/plugins/wd-quick-pages/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/wd-quick-pages/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/wd-quick-pages/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/wd-quick-pages/#developers)

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

## Popis

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

## Snímky obrazovky

[⌊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

## Instalace

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

## Nejčastější dotazy

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

## Recenze

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

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

 [ Přečtěte si 1 recenzi ](https://wordpress.org/support/plugin/wd-quick-pages/reviews/)

## Autoři

WD Quick Pages je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

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

[Přeložte “WD Quick Pages” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/wd-quick-pages)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/wd-quick-pages/), podívejte
se do [SVN repozitáře](https://plugins.svn.wordpress.org/wd-quick-pages/), nebo 
se přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/wd-quick-pages/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/wd-quick-pages/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

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

 *  Verze **1.0.2**
 *  Poslední aktualizace **před 6 měsíců**
 *  Aktivních instalací **20+**
 *  Verze WordPressu ** 5.0 nebo novější **
 *  Testováno až do WordPressu **6.9.4**
 *  Verze PHP ** 7.4 nebo novější **
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/wd-quick-pages/)
 * Štítků
 * [admin](https://cs.wordpress.org/plugins/tags/admin/)[bulk](https://cs.wordpress.org/plugins/tags/bulk/)
   [development](https://cs.wordpress.org/plugins/tags/development/)[hierarchy](https://cs.wordpress.org/plugins/tags/hierarchy/)
   [pages](https://cs.wordpress.org/plugins/tags/pages/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/wd-quick-pages/advanced/)

## Hodnocení

 5 z 5 hvězdiček.

 *  [  1 5hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/wd-quick-pages/reviews/?filter=5)
 *  [  0 4hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/wd-quick-pages/reviews/?filter=4)
 *  [  0 3hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/wd-quick-pages/reviews/?filter=3)
 *  [  0 2hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/wd-quick-pages/reviews/?filter=2)
 *  [  0 1hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/wd-quick-pages/reviews/?filter=1)

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

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/wd-quick-pages/reviews/)

## Spolupracovníci

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

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/wd-quick-pages/)

## Dary

Chtěli byste podpořit vývoj tohoto pluginu?

 [ Přispět na tento plugin ](https://wolfdevs.com/donate)