WP PowerSuite
150+ modules in one suite — toggle only what you need. Zero runtime cost for features you leave off.
See Plans
On This Page
v 1.0.0
Last updated: 11/03/2026

Options Page Builder

Create custom admin pages with settings panels to store site options, custom data points, and configuration using multiple field types.

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.

Who is this for?
Developers and site owners who need custom admin settings pages without coding, or those building themes/plugins that require configurable options.

Features

Create Custom Pages
Add new admin pages with custom slugs, titles, icons, and menu position. Top-level or nested under Dashboard, Posts, Media, etc.
Multiple Field Types
Text, textarea, number, checkbox, select, radio, and more. Build forms without writing HTML.
Sections and Fields
Organize fields into sections. Drag to reorder. Each field has a unique key for use in code or integrations.
Elementor & Bricks Integration
Use stored options in Elementor or Bricks dynamic tags. Display option values in your designs.
Import/Export
Export page configs and import on another site. Useful for moving configurations between environments.

How It Works

1
Enable the Module
Go to WP PowerSuite, find "Options Page Builder," and click the Enable button. A valid license is required (premium module).
2
Create a Page
Go to WP PowerSuite → Options Page Builder. Click "Add New Page." Set slug, title, menu title, icon, parent, capability. Add sections and fields. Save.
3
Use the Page
The page appears in the admin menu. Edit it to change values. Use the option keys in your theme/plugin code or in Elementor/Bricks.
Performance Note
Options are stored with wp_powersuite_opb_* prefix. Standard options API. Minimal overhead. Page configs are loaded when the builder or options page is viewed.

Installation & Activation

1
Install WP PowerSuite
Make sure the WP PowerSuite plugin is installed and activated on your site.
2
Enable the Module
Go to the WP PowerSuite menu, find "Options Page Builder" in the module list, and click the Enable button. A valid license is required for this premium module.
3
Create Pages
Go to WP PowerSuite → Options Page Builder. Add new pages, sections, and fields. Save.
Requirements
PHP 8.1 or higher WordPress 6.0 or higher Permission to manage options (Administrator) Valid WP PowerSuite license (premium module)

Use Cases

  • ThemeOptions
    Theme options (colors, fonts, layout settings)
  • SiteConfiguration
    Custom site configuration
  • ClientSettings
    Client-editable settings without code
  • BuilderIntegration
    Store data for use in Elementor/Bricks
  • DynamicOptions
    Replace hardcoded values with admin-editable options

Frequently Asked Questions

Troubleshooting

  • Page not appearing in menu
    Ensure 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.