Installation
Orravo Templates installs like any other WP plugin. It mounts under the Orravo Theme menu when Orravo Page Builder is active, or as a top-level Orravo Templates entry otherwise.
Requirements
- WordPress 6.5 or newer
- PHP 8.0 or newer
- Orravo Core (declared under
Requires Plugins) - Orravo Page Builder strongly recommended (the importer creates
orv_pageposts via the Page Builder's CPT)
Steps
- In WordPress admin, go to Plugins > Add New > Upload Plugin.
- Choose
orravo-templates.zipand click Install Now. - Click Activate.
- Open the library at Orravo Theme > Templates (or top-level Orravo Templates if Page Builder is not active).
What gets created
- A bundled catalog under
bundled/- 21 templates includingagency-northwind,editorial-classic,furnace-and-folio,lattice-counsel,lms-beacon,local-harbor,meridian-health-v2,nonprofit-roots,podcast-echo,portfolio-atelier,realestate-plot,restaurant-forge,saas-luma,voyager-society, and more. - A REST namespace,
orravo-templates/v1, exposing/catalog,/import,/requirements,/template/.../sections,/sync,/cloud-optout. - Transient cache keyed on plugin version (prefix
orv_tpl_). - A WordPress option
orv_tpl_legacy_seed_detectedif the activation hook spotted a leftover demo seed (orravo_demo_seed_v1,orravo_demo_seed, ororravo_demo_installed).
Constants
phpORV_TPL_VERSION // current plugin version
ORV_TPL_PATH // plugin directory
ORV_TPL_URL // plugin URL
ORV_TPL_BUNDLED_DIR // bundled/ subdirectory
ORV_TPL_API_BASE // 'https://templates.orravo.com/api/v1'Override the API base with ORV_TPL_API_BASE_OVERRIDE in wp-config.php for staging or self-hosting.

