Lavzen is a custom WordPress theme that powers lavzen.com, a digital-products marketplace built on Easy Digital Downloads (EDD). It pairs a distinctive Liquid-Glass (glassmorphism) design system with a developer-focused Code Studio options panel, delivering a fast, modern storefront for selling downloadable products, themes, plugins, and assets.
The repository tracks two generations of the theme. lavtheme/ is the original, production theme — a fully featured EDD storefront with section-based templates, an in-dashboard Code Studio editor, and bundled mini-plugins (caching, security, dashboard skin, shortcodes). lavzentheme/ is a clean object-oriented, module-based rebuild modeled on premium-theme architecture (WoodMart/XTS style): namespaced Lavzen\ classes, Composer PSR-4 autoloading, a pluggable Module Manager, and a single Context engine that replaces per-template clones.
This theme is ideal for WordPress developers, digital-product sellers, and agencies who want a maintainable, scalable EDD marketplace front-end with a strong visual identity and a clean separation of concerns.
🔎 Keywords: WordPress theme, digital marketplace theme, Easy Digital Downloads theme, EDD storefront, glassmorphism WordPress, Liquid-Glass design, OOP WordPress theme, PSR-4 WordPress, module-based theme, Code Studio, lavzen.com.
- 🛒 Easy Digital Downloads storefront — shop, single-download, checkout, account, and category/tag archive templates wired to EDD.
- 🪟 Liquid-Glass design system — a cohesive glassmorphism UI (
lavzen-glass.css,lavzen-bg.css,lavzen-ui.css) with per-section desktop and mobile stylesheets. - 🧩 Code Studio options panel — an in-dashboard editor (front + per-context) with source reader, registry, history, export, and live injection of CSS/markup into pages.
- 🧱 Section-based templates — hero, products, services, collections, CTA, social proof, trust, blog, and more, assembled as reusable template parts.
- 🧰 Bundled mini-plugins — caching, security hardening, shortcodes, and a custom WordPress dashboard skin loaded via a lightweight plugin loader.
- 📝 Blog + SEO modules — dedicated blog UI, single-article layouts, backlink checker, and on-theme SEO handling.
- 🏗️ Clean OOP rebuild (
lavzentheme/) — namespacedLavzen\code, Composer PSR-4 autoloading, a Module Manager that toggles features like sub-plugins, and a singleContextengine driven byconfig/contexts.php. - ⚡ Performance-aware — dedicated performance include and split, section-scoped asset enqueuing.
| Layer | Technology |
|---|---|
| CMS | WordPress 6.4+ |
| Language | PHP 8.1+ |
| Commerce | Easy Digital Downloads (EDD) |
| Architecture | Namespaced OOP, PSR-4 (Composer), Module system, Context engine |
| Front-end | Vanilla JavaScript, modular CSS3 (glassmorphism), responsive mobile stylesheets |
- WordPress 6.4+
- PHP 8.1+
- Easy Digital Downloads plugin installed and active
- Composer (only required for the
lavzentheme/OOP build)
git clone https://github.com/morpheusadam/LavzenTheme.gitLegacy theme (lavtheme/) — copy the folder into your WordPress themes directory and activate it:
cp -r lavzencom/lavtheme /path/to/wp-content/themes/lavtheme
# then activate "lavtheme" from Appearance → ThemesOOP theme (lavzentheme/) — generate the optimized Composer autoloader, then install:
cd lavzencom/lavzentheme
composer install --no-dev --optimize-autoloader
cp -r ../lavzentheme /path/to/wp-content/themes/lavzentheme
# then activate "Lavzen" from Appearance → Themesℹ️
lavzenthemeboots withoutvendor/via a PSR-4 fallback infunctions.php, but production should ship the optimized Composer classmap.
lavzencom/
├── lavtheme/ # Legacy production theme (EDD storefront, Code Studio, mini-plugins)
│ ├── inc/ # code-studio, edd, seo, performance, blog, setup includes
│ ├── template-parts/ # section-* and context page templates
│ ├── plugins/ # caching · security · shorts · wp-dash mini-plugins
│ ├── assets/ # css · js · admin (Code Studio) assets
│ └── style.css # theme header
├── lavzentheme/ # New OOP, module-based rebuild
│ ├── src/ # Lavzen\ namespaced classes (Theme, Module_Manager, Core, Context)
│ ├── config/ # modules.php · contexts.php registries
│ ├── composer.json # PSR-4: Lavzen\ => src/
│ └── style.css # theme header (Lavzen)
└── docs/ # architecture & AI context notes
Contributions are welcome! Open an issue or submit a pull request with improvements to templates, modules, design tokens, or the Code Studio.
Distributed under the GNU General Public License v2 or later (per the theme header). See LICENSE for details.
Web developer & cheerful hacker · PHP · Laravel · Go
⭐ If this theme inspired your next WordPress marketplace, consider giving it a star! ⭐