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.

  1. In WordPress, open Plugins → Add New Plugin.
  2. Search for Voxycure Framework.
  3. Select Install Now, then Activate.
  4. 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

PHP
// 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.

Framework version2.0.0
PHP requirement8.0+
Documentation updatedAugust 2026