Installation
Get OpenFields up and running on your WordPress site.
Requirements
- WordPress 6.0 or higher
- PHP 7.4 or higher
Install from WordPress.org
- Go to Plugins → Add New in your WordPress admin
- Search for "OpenFields"
- Click Install Now
- Click Activate
Manual Installation
- Download the plugin from GitHub Releases
- Upload the
openfieldsfolder to/wp-content/plugins/ - Activate through the Plugins menu in WordPress
First Steps
After activation, go to Tools → OpenFields to create your first field group.
- Click Add Field Group
- Name your field group (e.g., "Page Settings")
- Add fields using the field selector
- Set location rules (e.g., show on all Pages)
- Save and edit a page to see your fields
Using Field Values in Templates
Once you've saved field values on a post/page, retrieve them in your theme:
See the API Reference for all available functions.