Getting started
After activation, the Orravo Theme menu appears in the WordPress sidebar. Everything related to layout and design lives there.
The admin shell
The shell is grouped into five conceptual blocks (rendered flat because WP does not support submenu separators):
- Workspace - Dashboard, Pages
- Page templates - Front Page, Blog Index, Single Post, Header & Footer
- Library - Section Library, Pattern Library, Section Templates, Blocks
- Styling - Global Styles, Style Kits
- Import / export - Kit Import / Export
License, Products, System Status, Settings, Support, Integrations, and Onboarding live under Orravo Core because they are suite-wide, not theme-specific.
Make your first builder page
- Go to Orravo Theme > Pages and click Add New. This creates an
orv_pageCPT post. - Give it a title and click Open Page Builder.
- The builder opens at
admin.php?page=orv-pb-builder. Pick a masthead (Pillar, Series, Standard, Landing, Minimal) and add sections from the picker. - Save. The page is reachable at
/orv/your-slug/and usespage-orv.php.
Make a normal WP page use the builder
Open any standard page, scroll to the Page Builder meta box, click Open Page Builder. The plugin writes _orv_pb_sections and _orv_pb_masthead and assigns page-orv.php as the page template.
Quick navigation
Press Cmd/Ctrl+K on any builder page to open the command palette (Orv_Cmdk). It indexes every section, every admin screen, and every product registered with Orravo Core.

