Getting started
Installation
Install the framework and place project definitions in code that loads after the plugin.
#Install from WordPress.org
Install the official plugin directly from the Voxycure Framework page on WordPress.org.
- In WordPress, open Plugins → Add New Plugin.
- Search for Voxycure Framework.
- Select Install Now, then Activate.
- Create a registration file in your theme or companion plugin.
#Manual installation
Download a packaged Voxycure release, upload its voxycure-framework folder to wp-content/plugins/, and activate it in WordPress. Do not install the unbuilt source repository on a client site and do not run npm commands inside the installed plugin.
#Load a theme registration file
// functions.php
require_once get_theme_file_path('inc/voxycure.php');#Verify the installation
There is intentionally no Voxycure builder menu. Add a small registration, refresh WordPress, and confirm the content type or block appears in its native editor.