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

  1. Go to Plugins → Add New in your WordPress admin
  2. Search for "OpenFields"
  3. Click Install Now
  4. Click Activate

Manual Installation

  1. Download the plugin from GitHub Releases
  2. Upload the openfields folder to /wp-content/plugins/
  3. Activate through the Plugins menu in WordPress

First Steps

After activation, go to Tools → OpenFields to create your first field group.

  1. Click Add Field Group
  2. Name your field group (e.g., "Page Settings")
  3. Add fields using the field selector
  4. Set location rules (e.g., show on all Pages)
  5. 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.