Getting started
After activation, OTheme adds the Orravo Theme menu to the WordPress sidebar. Every theme-related screen lives there.
The admin menu
The top-level entry is registered by the Page Builder plugin. The submenu items are:
- Dashboard - quick links and product status
- Pages - all
orv_pagebuilder pages - Front Page - assign the static front page and its template
- Blog Index - configure the post archive
- Single Post - layout for single posts
- Header & Footer - logo, menu, social links, footer copy
- Section Library and Pattern Library - browse what the builder can drop in
- Section Templates - reusable section presets
- Blocks - bundled Gutenberg blocks
- Global Styles - colors, type, spacing
- Style Kits - swap a whole token set in one click
- Kit Import / Export - move config between sites
Minimum config
- Open Orravo Theme > Header & Footer and upload a logo. The theme passes the URL through
orv_get( 'orv_logo_retina' )if you also set a 2x version. - Open Orravo Theme > Global Styles and set the brand colors. Every
--orv-*custom property updates inline atwp_headpriority 999, no rebuild required. - Go to Settings > Reading, set A static page as the homepage, and pick the page you want.
- If you use ONav, switch off the WP nav menu locations once your ONav layout looks right.
How pages become builder pages
A standard WP page becomes a builder page when you click Open Page Builder in the page editor meta box. The builder writes _orv_pb_sections and _orv_pb_masthead post meta and assigns the page-orv.php template automatically.
For builder-only pages that should stay out of the regular Pages list, use the orv_page custom post type.

