Skip to content
Select theme
Get Started

Custom Fields

Summarize with AI

Custom Fields Add custom fields to posts and taxonomy terms, then display them anywhere with blocks, shortcodes, or page builders. For site-wide settings pages, use Options Page Builder.

Add custom fields to posts and taxonomy terms, then display them anywhere with blocks, shortcodes, or page builders. For site-wide settings pages, use Options Page Builder.

  • Affects the WordPress REST API.
  • Managed from a dedicated admin page under WP PowerSuite.
  • Activate license.
  • Default template.
  • Clear all.
  • Search posts….

Enable it if:

  • You specifically need: Add custom fields to posts and taxonomy terms, then display them anywhere with blocks, shortcodes, or page builders. For site-wide settings pages, use Options Page Builder.
  • You want this Content feature without installing a separate plugin for it.

Custom Fields has a dedicated admin page under WP PowerSuite. Enable the module, then open that page to configure it.

  1. Go to WP PowerSuite -> Modules.
  2. Open Content or search for “Custom Fields”.
  3. Toggle Custom Fields on.
  4. Confirm WP PowerSuite Pro is installed and your license is active.
  5. Open the module settings / admin page and save.

Toggle it off anytime to stop this module from loading.

  • Confirm Custom Fields is enabled under WP PowerSuite -> Modules -> Content.
  • Use the feature this module controls (the admin UI, front-end behavior, upload, login flow, etc.).
  • ✅ Pass: you see the module-specific behavior described above.
  • ❌ Fail: re-check this module’s settings and Pro install/license, then look for another plugin doing the same job.
  • No change after enabling. Confirm the toggle is on, hard-refresh, and review this module’s settings.
  • Conflicts. Temporarily disable other plugins that implement the same feature.
  • Locked / inactive. Install WP PowerSuite Pro beside the free plugin and activate your license.
  • Unexpected side effect. Toggle Custom Fields off to revert, then re-enable with adjusted settings.

Prefer the command line? You can turn this module on or off with WP-CLI instead of the dashboard:

Terminal window
# Turn the module on
wp powersuite module enable custom-fields
# Turn the module off
wp powersuite module disable custom-fields
# Check whether it is on, its category, and where its settings live
wp powersuite module get custom-fields

Managing more than one site? Add --url=https://example.com to point a command at one site. If this is a Pro module, install WP PowerSuite Pro and activate your license first. New to WP-CLI? See the full command guide.

What does Custom Fields do?

Add custom fields to posts and taxonomy terms, then display them anywhere with blocks, shortcodes, or page builders. For site-wide settings pages, use Options Page Builder.

Is Custom Fields included in WP PowerSuite Pro?

Yes. Custom Fields ships in the WP PowerSuite Pro add-on. Install Pro beside the free plugin and activate your license.

Where do I manage Custom Fields?

After enabling it, open its dedicated page under WP PowerSuite.

How do I turn Custom Fields off?

Go to WP PowerSuite -> Modules, find Custom Fields, and toggle it off.

Developer notes (hooks & filters)

Source: modules/custom-fields/includes/class-admin-columns.php, modules/custom-fields/includes/class-admin.php, modules/custom-fields/includes/class-block-editor.php, modules/custom-fields/includes/class-cpt-bridge.php, modules/custom-fields/includes/class-editor-schema.php, modules/custom-fields/includes/class-field-group-list-table.php, modules/custom-fields/includes/class-field-output.php, modules/custom-fields/includes/class-fields.php. Boot: critical · context: admin, frontend, ajax, rest.

Hooks (non-exhaustive): manage_, enqueue_block_editor_assets, rest_api_init, wpps_cf_groups_updated.