The Real WordPress Production Pipeline
Planning and Architecture
Planning is the phase where we define the project’s goals, scope, and requirements before execution.
Architecture is the phase where we design the structure and key components of the system to meet those requirements.
Installation and Setup
Installation is making the platform available and ready to run.
Setup is the first-time initialization of the system.
Configuration (Settings and Preferences) is an ongoing process of adjusting the system.
Customization (Tailored and Bespoke) is the process of adjusting or personalizing a system’s design, features, or behavior to match specific user requirements or preferences.
- Tailored Customization: Using existing high-quality tools but adapting them deeply.
- Bespoke Customization: Fully custom implementation built specifically for the project.
Content populates the system with actual business data.
1. Installation
The phase where the core platform is deployed and becomes technically present on a server/hosting environment.
- Managed Hosting
- One-Click Installer (Softaculous, cPanel, etc.)
- Manual Upload (FTP + wp-config.php)
- Cloud / VPS / Dedicated Server (AWS EC2, DigitalOcean, etc.)
- Containerized / Docker-based deployment
2. Setup
The activation & kick-off phase — making the site first-time usable.
- Technical Setup
Basic first-run wizard and core identity - Site title & tagline
- Admin user creation & credentials
- Language selection
- Database initialization
- First dashboard login
- Use-Case Setup
First functional pieces for the intended purpose - E-commerce → Install WooCommerce + add first product
- LMS → Install LearnDash / Tutor LMS + create first course & lesson
- Corporate site → Install page builder + create Home/About/Services/Contact pages
- Blog / Portfolio → Create first few posts + basic menu/navigation
3. Configuration
Global, system-wide tuning that affects how the entire site behaves.
Settings (mandatory / foundational)
- Timezone
- Permalink structure
- Language & regional settings
- User registration & privacy
- SSL / HTTPS
- General security & performance basics
Preferences (optional / fine-tuning)
- Dashboard layout & widgets
- Email templates & notifications
- Default content formats
- Plugin-specific defaults (Yoast, WooCommerce currency, etc.)
- Admin color scheme & personal reading options
4. Customization
The personalization phase — making the site look, feel, and function uniquely for this client/project.
Tailored / Custom
High-quality adaptation using existing high-quality building blocks
(This is what most clients mean when they say “custom” or “tailored” — and in practice these two words are used almost interchangeably today.)
- Modify & deeply style a premium / well-coded theme
- Visual layout changes (Elementor, Gutenberg blocks, theme customizer + CSS)
- Add custom fields & meta (ACF, Metabox, Woo add-ons)
- Minor code enhancements (functions.php, custom CSS/JS)
- Brand-aligned colors, typography, icons, spacing
- Standard integrations (payments, email marketing, analytics, CRM hooks)
Bespoke
Fully hand-crafted, original implementation — built from scratch for this exact business
(This is the premium, “nothing like it exists” level — significantly more expensive and time-intensive.)
- Completely custom theme (no starter theme / framework dependency)
- Purpose-built custom plugins / modules with unique business logic
- Proprietary integrations (custom ERP, internal CRM, special APIs)
- Original UX/UI flows & interactions designed from wireframes
- Custom backend workflows / automation rules
- No (or minimal) reliance on third-party templates, builders or plugins
Quick client-facing translation
| You say | Client hears / expects | Time & Cost level | Built on |
|---|---|---|---|
| Custom design | Looks & works like it was made for me | Medium | Good existing tools |
| Tailored design | Looks & works like it was made for me (fancier word) | Medium – slightly higher | Good existing tools |
| Bespoke design | Unique in the world, hand-made from nothing | High – very high | Mostly / completely original code & design |
This hierarchy is the one I would personally use in proposals, roadmaps, and client calls in 2025–2026.
