Installation
OTheme ships as a standard WordPress theme. It depends on two plugins to do anything useful, so install them in the order below.
Requirements
- WordPress 6.4 or newer (6.6+ recommended)
- PHP 8.0 or newer (8.2+ recommended)
- 128 MB of memory minimum
Steps
- In WordPress admin, go to Appearance > Themes > Add New > Upload Theme.
- Choose
orravo.zipand click Install Now. - Click Activate.
- Install Orravo Core and Orravo Page Builder (they are required and listed under
Requires Pluginsin the theme header). The theme prints an admin notice if either is missing. - Open Settings > Permalinks and click Save Changes to flush rewrite rules for the
orv_pagecustom post type.
What gets created
- A new top-level menu, Orravo Theme, lives in the WordPress sidebar at position 3.1.
- Three custom image sizes:
orv-card(600x400),orv-hero(1920x800),orv-avatar(120x120). - Four nav menu locations:
primary,primary-left,primary-right,footer. ONav can replace these if you install it. - Five sidebars: three footer columns plus blog, page, and single-post sidebars.
- Block pattern categories prefixed
orravo-(hero, section, cta, content, feature, pricing, team, testimonial, faq, portfolio, gallery, contact, about, process).
Constants
The theme exposes these for child themes and plugins:
phpORV_DIR // get_template_directory()
ORV_URI // get_template_directory_uri()
ORV_VERSION // theme version from style.css
