Getting started
Voxycure Framework Developer Resources
A lightweight, code-first toolkit for building WordPress themes with dynamic blocks, structured fields, content types, and settings pages.
#What the framework does
Voxycure provides a single PHP registry and shared editor controls. Your theme or companion plugin owns every definition; WordPress owns every saved value.
Define in code
Reviewable definitions that move with Git and deployments.
Store natively
Block attributes, post meta, and options—no framework tables.
Render in PHP
Secure dynamic templates controlled by the developer.
#Where data is stored
| Feature | Definition | Saved values |
|---|---|---|
| Blocks | Theme/plugin PHP | post_content block attributes |
| Document fields | Theme/plugin PHP | Registered post meta |
| Option pages | Theme/plugin PHP | wp_options |
| Post types & taxonomies | Theme/plugin PHP | Native WordPress content tables |
#Requirements
- PHP 8.0 or newer
- WordPress 6.0 or newer
- A block theme, classic theme, or companion plugin for registrations