How to Enable/disable option on WP page ?
To enable or disable an option on a WordPress page, you can follow these steps based on what you want to achieve:
1. Enabling/Disabling a Page
From the WordPress Dashboard:
- Log in to your WordPress admin dashboard.

- Go to Pages from the left-hand menu.
- Find the page you want to enable or disable.
- Click on Quick Edit under the page title.
- Change the status from “Published” to “Draft” to disable, or from “Draft” to “Published” to enable.
- Click Update to save changes.
Using a Plugin:
- Install a plugin like “WP Maintenance Mode” or “Coming Soon” if you want to enable maintenance mode or a similar feature.
- Configure the plugin settings to enable or disable access as needed.
2. Enabling/Disabling a Feature or Option on a Page
Through the Page Editor:
- Edit the Page: Go to the page you want to modify.
- Modify Content: Use the block editor or classic editor to enable/disable specific content or options.
Using Custom Code:
- Edit Your Theme or Child Theme: Go to Appearance > Theme Editor (or use a code editor for child themes).
- Modify Template Files: Find the template file responsible for the page layout and add or remove PHP code to enable/disable specific features.
3. Customizing Options via Plugins
If you’re using a page builder plugin like Elementor or Beaver Builder, you can usually enable/disable elements directly within the page builder’s interface.
If you need more specific guidance, let me know which option or feature you’re looking to manage!