On This Page
Options Page Builder
Overview
Options Page Builder lets you create custom admin pages with settings panels. Add pages to the admin menu, define sections and fields (text, textarea, number, checkbox, select, etc.), and store values in the database. Use it for theme options, custom configuration, or any site-wide settings. Pages can be top-level or nested under an existing menu. Integrations with Elementor and Bricks let you use these options in your designs. A valid license is required (premium module). Go to WP PowerSuite → Options Page Builder to create and manage pages.

Features
Create Custom Pages
Multiple Field Types
Sections and Fields
Elementor & Bricks Integration
Import/Export
How It Works
Enable the Module
Create a Page
Use the Page

Installation & Activation
Install WP PowerSuite
Enable the Module
Create Pages

Use Cases
- ThemeOptionsTheme options (colors, fonts, layout settings)
- SiteConfigurationCustom site configuration
- ClientSettingsClient-editable settings without code
- BuilderIntegrationStore data for use in Elementor/Bricks
- DynamicOptionsReplace hardcoded values with admin-editable options
Frequently Asked Questions
How do I use the stored values in my theme?
Use get_option( ‘your_option_key’ ) in PHP. Option keys are set per field when you create the page.
Does Elementor/Bricks support this?
Yes. Integrations are included. Use the dynamic tag or shortcode to pull option values into your designs.
Troubleshooting
- Page not appearing in menuEnsure the page is saved and has a valid slug and menu title. Check the parent menu and capability. Users need the specified capability to see it.
