Abuja Digital Studio · Est. 2018
Start a Project
Getting Started

Installation

Orravo Templatesorravo.com/docs/orravo-templates/installation

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_page posts via the Page Builder's CPT)

Steps

  1. In WordPress admin, go to Plugins > Add New > Upload Plugin.
  2. Choose orravo-templates.zip and click Install Now.
  3. Click Activate.
  4. 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 including agency-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_detected if the activation hook spotted a leftover demo seed (orravo_demo_seed_v1, orravo_demo_seed, or orravo_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.

Installation · Orravo Templates Docs | Orravo