Linux 软件免费装
Banner图

Codeideal Open Fields

开发者 shayancode
更新时间 2026年2月25日 05:08
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

custom fields meta fields post meta custom meta field builder

下载

0.4.2 0.3.0 0.4.0 0.4.1

详情介绍:

Codeideal Open Fields lets you add custom fields to posts, pages, custom post types, taxonomies, and users. The admin interface is built with React and TypeScript — fast, responsive, and intuitive. All features are free. No premium tier. No locked functionality. Quick Start get_field( 'my_field' ) — retrieve any field value. the_field( 'my_field' ) — echo a field value directly. Template Examples Simple field: Repeater loop: User field (with prefix): Full API reference and guides: openfields.codeideal.com/docs ACF-Compatible API If you know ACF, you already know Open Fields. The template API uses the same function names: When ACF is also active, these wrappers are not loaded — no conflicts. Both plugins store data as standard WordPress meta, so they can coexist. Every function also has a prefixed version (e.g. cofld_get_field()) that is always available regardless of other plugins. Field Types Location Rules Assign field groups to: Source Code The admin JS and CSS are compiled from TypeScript/React source. All other files are uncompressed.

安装:

  1. Go to Plugins → Add New in your WordPress admin
  2. Search for "Codeideal Open Fields"
  3. Click Install Now, then Activate
  4. Go to Open Fields in the admin menu to create your first field group
Or install manually:
  1. Download from WordPress.org or GitHub Releases
  2. Upload the codeideal-open-fields folder to /wp-content/plugins/
  3. Activate through the Plugins menu

屏幕截图:

  • Field configuration — detailed settings for each field
  • Location rules — control where fields appear
  • Easy to use — clean, modern interface

升级注意事项:

0.4.1 Full i18n and RTL support. Translate the plugin into your language at translate.wordpress.org. 0.4.0 Fixes duplicate block registration. Updated for WordPress 6.9 compatibility.

常见问题:

Is this really 100% free?

Yes. Every feature is free. No premium version, no upsells, no locked fields.

Can I use this alongside ACF?

Yes. Both plugins store data as standard WordPress post meta. When ACF is active, Open Fields does not redefine ACF's functions — there are no conflicts.

How do I get field values in my theme?

Use get_field( 'field_name' ) or the prefixed cofld_get_field( 'field_name' ). Works exactly like you'd expect.

Does it work with custom post types?

Yes. Any public or private post type registered in WordPress.

What about page builders?

Standard WordPress meta is used, so Elementor, Bricks, Beaver Builder, and others can read the data via their dynamic data features.

更新日志:

0.4.1 0.4.0 0.3.0 0.2 0.1.0