Skip to main content

Flavor Starter Theme

A WordPress theme that doesn't just look good — it replaces half the plugins in your stack.

At a Glance

ArchitectureDomain-Driven Design (DDD) with custom database tables
Page BuilderVisual builder with 48 blocks across 5 categories
Templates29 React-based storefront templates
Modules38 built-in (12 stable + 25 beta)
Header/FooterVisual drag-and-drop builder with presets
Translation260+ strings, database-stored, one-click Greek pack
Admin Tabs11 organized configuration tabs
Code ProtectionionCube-encoded licensing + Ed25519 integrity verification + distributed sentinels
RequirementsPHP 8.2+, WordPress 6.0+, Node.js 16+, ionCube Loader 14+

First Impressions

Installing Flavor is refreshingly simple. No "install these 5 required plugins" nag screen. The theme activates and you get a clean Theme Options panel organized into 11 tabs:

  1. Core — General settings, frontend language
  2. Theme — Appearance and layout
  3. Pages — Page assignments (including custom 404)
  4. Shop — eCommerce settings (when WP eCommerce Core is active)
  5. Optimize — Performance toggles
  6. Security — Security hardening
  7. Modules — Enable/disable all 38 modules
  8. Language — Translation management with search
  9. Debug — Development tools
  10. Tools — Module-specific tools
  11. License — License management

Everything in one place. No hunting through five different menu items or figuring out which plugin controls what.


DDD Foundation

Flavor Starter implements a full Domain-Driven Design infrastructure layer — the same architectural discipline that powers WP eCommerce Core. This is a complete rethinking of how a WordPress theme manages data.

Custom Database Tables

Instead of dumping everything into WordPress's wp_options table, Flavor owns its data in dedicated custom tables:

TablePurpose
{prefix}flavor_optionsTheme settings and module configuration (key-value rows with autoload and groups)
{prefix}flavor_cacheTheme cache store (replaces WordPress transients — with TTL, groups, garbage collection)
{prefix}flavor_migrationsDatabase migration tracking

Infrastructure Components

ComponentWhat It Does
Flavor_ContainerDependency Injection container — services registered once, resolved anywhere
BootstrapSingleton that boots the DDD layer at after_setup_theme priority 5
MigratorFile-based database migration system (like Laravel)
OptionsRepositoryCustom options store with autoload cache and groups
CacheRepositoryCustom cache store with TTL and groups

Data Sovereignty

Every theme setting, module configuration, and cache entry lives in Flavor's custom tables — never in wp_options. This is enforced by built-in compliance tools:

  • Code Compliance Scanner — scans all PHP files for legacy get_option('flavor_*') calls
  • Data Sovereignty Analyzer — scans wp_options for any residual legacy data
Why This Matters

Most WordPress themes store everything in wp_options — serialized blobs, individual rows, transients. This leads to autoload bloat, no data isolation, and messy uninstalls. Flavor's approach means clean installs, clean uninstalls, and zero pollution of WordPress core tables.


The Visual Page Builder

37 Block Types (across 5 categories)

CategoryBlocks
LayoutSection, Container
ContentHeading, Text, Button, Icon Box, Accordion, Tabs
MediaHero Slider, Image Grid/Banners, Info Banner, Sale Banner, Newsletter, Testimonials, Video
eCommerceProduct Grid, Product Categories
UtilityShortcode / Raw HTML, Blog Posts, Google Maps

Builder Features

  • Smart settings — conditional visibility shows only relevant options per block. Selecting "Grid" mode reveals grid settings while hiding carousel options
  • Custom CSS per block — dark code editor right next to the block it affects
  • Custom class support — add your own CSS classes, properly sanitized per-token
  • Responsive visibility — hide any block on desktop, tablet, or mobile
  • Template Library — save designs as custom templates with organized subcategory tabs
  • Presets — 8 pre-built page templates organized by category with subcategory filtering
  • Import/Export — full JSON export and import of page layouts
  • Undo/Redo — full history support

Security

The Page Builder underwent a comprehensive security audit with 68+ fixes covering CSS sanitization, XSS prevention, tag whitelisting, and output sanitization across all 48 blocks.


A visual drag-and-drop builder for creating custom headers and footers.

Structure

AreaLayout
Top Bar3 fixed columns (left, center, right) — for announcements, contact info
Main Header/Footer3-5 configurable columns — primary content area
Bottom Bar3 fixed columns — copyright, legal links

Features

  • Drag-and-drop element placement
  • Row settings — padding, background colors, height (20-100px)
  • Per-element settings — individual configuration for each element
  • Presets — 6 header presets, 4 footer presets
  • Export/Import — JSON format for sharing or backup
  • Live preview — see changes before publishing
  • Set/Unset Default — activate a template on the frontend without deleting others
  • Social links and mobile menu with fullscreen navigation

The Template System — 29 Templates

Instead of one rigid design per page type, you get multiple templates that you can switch between from the admin with a single click.

Cart Page — 8 Templates

TemplateStyle
Classic TableTraditional table layout with quantity controls
Modern CardsCard-based design with product images
Minimal ListClean, focused list view
Split ViewItems on left, summary on right
Floating SummarySticky summary that follows scroll
CompactSpace-efficient for stores with many items
Visual CartImage-forward design
Quick CartStreamlined for fast checkout flow

Checkout Page — 6 Templates

TemplateStyle
DefaultClassic two-column checkout
StepperMulti-step wizard with progress indicator
Payment FormPayment-focused layout
Fixed SidebarSticky order summary while filling forms
Shipping DetailsShipping-focused layout
Cart and DeliveryCombined cart review + delivery in one

Order Received — 6 Templates

Progress tracker, items display, product list, shipping/billing details, overview variants — each presenting the "thank you" experience differently.

My Account — 5 Templates

Sidebar with Orders, Cards Overview, Tabs Overview, Sidebar Overview, Modal layout — from traditional sidebar navigation to modern card-based dashboards.

Shop & Categories — 2 Templates

Default shop layout and categories template.

404 Page — 3 Presets

Minimal (clean message + button), Navigation Help (icon-box links to guide visitors), Bold Dark (eye-catching dark design).

Technical Implementation

All templates are lazy-loaded and code-split — only the active template's code is downloaded. Template preloading anticipates the next page based on shopping flow (e.g., cart preloads checkout template). Template managers are PHP singletons with admin UI, AJAX activation, and rendering pipeline.


The Module System — 38 Modules

Instead of being "just a theme," Flavor includes 38 modules (12 Stable + 25 Beta + Debug System) that replace separate plugins:

General Modules

ModuleReplaces
Contact Form BuilderWPForms / Contact Form 7
Mega MenuMax Mega Menu / UberMenu
Image OptimizationShortPixel / Imagify
Icons LibraryFont Awesome plugin
Enhanced SearchSearchWP / Relevanssi
API ProtectionRate limiting / WAF plugins
SMTP MailerWP Mail SMTP
GDPR Cookie ConsentBorlabs Cookie
Exit Intent PopupOptinMonster (basic)

Marketing & SEO

ModuleReplaces
SEOYoast SEO / RankMath
Marketing & TrackingGoogle Site Kit / PixelYourSite

eCommerce Modules (with WP eCommerce Core)

ModuleReplaces
Abandoned Cart RecoveryCartFlows / WC Abandoned Cart
Advanced WishlistYITH Wishlist
Points & RewardsYITH Points & Rewards
Gift CardsYITH Gift Cards
Flash SalesSale countdown plugins
Product LabelsProduct badge plugins
Stock AlertsBack-in-stock plugins
B2B/WholesaleWholesale pricing plugins
PDF InvoicesPDF invoice plugins
Product BundlesWC Product Bundles
Pre-ordersPre-order plugins
Delivery Date PickerDelivery date plugins
Product Q&AProduct questions plugins
Product CompareCompare products plugins
Size GuideSize chart plugins
WooCommerce MigrationN/A (unique)

All modules can be enabled/disabled from a single admin page (Theme Options > Modules).

Contact Form Builder Highlights

This is a full form builder, not just a basic contact form:

  • 16 field types — text, email, phone, textarea, select, radio, checkbox, file upload, hidden, date, time, number, range, URL, consent, reCAPTCHA
  • Drag-and-drop field ordering with 6 pre-built templates
  • Entry management with CSV export
  • Anti-spam — reCAPTCHA v2, reCAPTCHA v3, Cloudflare Turnstile, honeypot
  • Analytics — form view tracking and submission rates
  • A/B Testing — test different form versions and compare conversion rates

Dev Components

A unique module that lets you stage new component versions without affecting the live site:

  • Build the new component alongside the old one
  • Preview as admin only
  • Promote to live when ready, with instant revert if needed
  • ErrorBoundary wrapper catches rendering errors

This is a component-level staging system built into the theme.


Shop Features

When paired with WP eCommerce Core, the theme transforms into a full storefront:

Product Display

  • Product grid with multiple display modes and carousel with autoplay
  • Quick View — modal popup with image fetching and variable product support
  • Product cards with blur placeholders and modern image format support

AJAX Filters

  • Price range slider
  • In Stock / On Sale toggles
  • Rating filter (4+, 3+, 2+, 1+)
  • Dynamic attribute filters with color swatches
  • Filter logic — AND/OR configurable for attribute combinations
  • Active Filters Bar — tags with individual remove and Clear All
  • URL sync — all filter states in URL parameters (shareable, bookmarkable)
  • Configurable position — left or right slide-out
  • Free shipping progress bar — animated, threshold auto-detected from shipping methods
  • AJAX-powered — add to cart without page reload

Checkout Field Configuration

  • Per-field control — set each checkout field as Required, Optional, or Hidden
  • Custom fields — repeater for adding text, textarea, select, or checkbox fields
  • Show in email/order — per-field toggle
  • Field ordering — reorder with up/down arrows
  • All 6 checkout templates respect the configuration

The Translation System

Flavor has its own translation system, independent of WordPress's .po/.mo files.

  • 260+ translatable strings stored in the database
  • Priority chain: User overrides > Language pack > Registered defaults (English)
  • Built-in Greek language pack — load it with one click

String Domains

Organized by context: theme.header.*, theme.footer.*, theme.ui.*, shop.product.*, shop.cart.*, shop.checkout.*, shop.account.*, shop.filters.*, shop.single.*, module.contact.*, module.mega.*, module.search.*

Admin UI

The Language tab features sub-tabs per domain, search with accent-insensitive matching, a one-click Greek pack loader, and per-string override — store owners can customize every customer-facing text without touching code.


Performance & Optimization

OptimizationDetails
Lazy LoadingImages lazy-load with blur placeholder shimmer animation
Defer JSNon-critical JavaScript deferred
DNS PrefetchPre-resolves external domains
Code SplittingReact templates are lazy-loaded chunks
Template PreloadingNext-page template preloads based on shopping flow
WebP/AVIFImage Optimization module with <picture> element
CSS Virtualizationcontent-visibility: auto on product cards
Font PreloadingGoogle Fonts <link rel="preload">
Responsive Typographyclamp() for fluid headings
Touch Optimizationtouch-action: manipulation removes 300ms tap delay

The storefront uses Vite-built React with HMR for development, path aliases for clean imports, and ES Module integration with proper WordPress versioning.


Security

Security Module

  • Custom login URL — hide wp-login.php from bots
  • Rate limiting — configurable limits per endpoint
  • Security headers — CSP, X-Frame-Options, HSTS, etc.
  • Honeypot fields — invisible trap fields for bots
  • Admin menu cleanup — remove unnecessary WordPress admin items

API Protection Module

  • Server-side rate limiting for REST API requests
  • Burst detection — catches rapid-fire API abuse
  • Ban escalation — escalating ban durations (60s > 5m > 1h)
  • Monitoring dashboard — real-time stats, charts, and logs
  • Client-side circuit breaker — prevents frontend from hammering a failing endpoint
  • Custom endpoint rules — per-endpoint rate limits

Code Protection

  • ionCube encoding — licensing-critical PHP files are encoded with ionCube, preventing code reading and unauthorized modification
  • Ed25519 integrity verification — all distributed files are signed with Ed25519 and verified at runtime against a tamper-proof manifest
  • Distributed sentinels — multiple independent anti-nulling checkpoints across the codebase
  • Graceful degradation — if ionCube Loader is not available, the theme degrades to free tier instead of crashing

Admin Framework

The theme provides a consistent CSS design system for all admin interfaces:

  • 18 CSS component sections (~780 lines) with design tokens for colors, spacing, radius, shadows, typography
  • Component classes for cards, badges, toggles, stats grids, buttons, inputs, tables, notices, progress bars, modals, code blocks, and more
  • Responsive at 1200px, 960px, 600px breakpoints
  • Module convention — 2-3 letter prefix per module for CSS isolation

Every module's admin page looks consistent and professional.


Who Is This For?

Great fit:

  • Store owners who want a complete solution without plugin hunting
  • Greek businesses that need native language support and localized features
  • Agencies building client sites who want lower long-term maintenance
  • Developers who appreciate clean code and consistent architecture
  • Anyone who values having one support contact instead of fifteen

Consider your needs:

  • Power users who need 100+ page builder widgets (48 blocks covers most needs, but you can pair with Elementor for complex landing pages)
  • Sites heavily dependent on specific Astra/Flatsome integrations
  • Teams that need the largest possible theme community for hiring

Roadmap

More Page Builder Blocks

Call-to-Action, FAQ, and additional blocks based on user feedback.

More Templates

Additional Shop and Categories templates beyond the current designs.

Per-page Header/Footer

Assign different header/footer templates to specific pages.

Expanded Module Ecosystem

Continued refinement of beta modules plus new modules based on market needs.


Last updated: March 2026