Linux 软件免费装
Banner图

Field Forge – Custom Fields, Relational Fields & Builder

开发者 avakodeforge
更新时间 2026年9月18日 23:51
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

builder custom-fields meta-fields custom-table relational-fields

下载

1.0.25 1.0.26 1.0.27 1.0.34 1.0.35 1.0.37 1.0.30 1.0.32 1.0.33

详情介绍:

Field Forge is a modern custom-fields plugin. Fields live in dedicated tables (wp_fieldforge_values) instead of the bloated wp_postmeta, so listing pages stay fast even with 50+ fields per post. Drag-drop the field group editor, then read values via PHP or REST. Free Field Forge Pro Pro is a separate add-on plugin, distributed from https://fieldforgewp.com and not included in this download. Everything listed above is part of this plugin and works without it. Part of the Forge Suite — bundle includes Lang Forge, Rank Forge, Form Forge.

安装:

  1. Upload fieldforge to /wp-content/plugins/, or install via Plugins → Add New.
  2. Activate the plugin.
  3. Go to Field Forge → Field Groups → New Field Group.
  4. Read values in PHP: $value = get_field('my_field', $post_id);
  5. Or via REST: GET /wp-json/wp/v2/posts/123/fieldforge
  6. Or via GraphQL: posts { nodes { fieldforge { myField } } }

屏幕截图:

  • Repeater field on post edit (Pro)
  • Migration from ACF
  • GraphQL schema preview (Pro)
  • AI schema generator (Pro)

升级注意事项:

1.0.37 Needs Field Forge Pro 1.1.0 or newer — an older add-on is switched off whole, so the Pro field types, Options Pages, REST and GraphQL exposure and AI actions stop until you update it. Nothing already saved is changed. Also fixes image-field buttons cut off in column layouts. 1.0.36 Needs Field Forge Pro 1.1.0 or newer — an older add-on is switched off whole, so the Pro field types, Options Pages, REST and GraphQL exposure and AI actions stop until you update it. Nothing already saved is changed. Also fixes image-field buttons cut off in column layouts. 1.0.35 Repairs nested Group, Repeater and Flexible Content records that older versions filed at the top level. Runs once, in the background, after the update. 1.0.34 Fixes empty fields in the editor on sites migrated from ACF, and the blank page that followed the next Update. 1.0.33 Fixes silent data loss: Group, Repeater and Flexible Content values were not saved from the post editor. Update, then re-save any compound field you edited since 1.0.25. 1.0.17 Adds a Support menu, optional anonymous analytics (off by default), and dashboard Pro tips. New Pro Calculation field + cross-post totals. 1.0.16 Accessibility fix for the Button Group field (keyboard / screen-reader support). 1.0.14 Licensing and WordPress.org compliance improvements. 1.0.0 Initial release.

常见问题:

Can I migrate from ACF?

Yes. Field Forge → Migration → ACF detects existing field groups + values and imports them into Field Forge tables. The ACF compat layer keeps your get_field() calls working during migration.

Will it slow down my admin?

The opposite — values are not autoloaded from wp_postmeta. Listing 100 posts with 50 fields each loads in ms instead of seconds.

Is GraphQL support a separate add-on?

No. Native WPGraphQL schema is built-in (Pro). You don't need "WPGraphQL for ACF" or similar bridge plugins.

更新日志:

1.0.37 1.0.36 1.0.35 1.0.34 1.0.33 1.0.32 1.0.31 1.0.30 1.0.29 1.0.28 1.0.27 1.0.26 1.0.25 1.0.24 1.0.23 1.0.22 1.0.21 1.0.17 1.0.16 1.0.14 1.0.0