Linux 软件免费装
Banner图

LCS Field Builder

开发者 hith
更新时间 2026年8月3日 19:25
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

custom fields repeater meta boxes field groups content fields

下载

1.0.0 1.0.1

详情介绍:

LCS Field Builder gives editors and site builders a lightweight field-group workflow inspired by larger custom field plugins, while keeping the data model close to native WordPress. Features include: The plugin stores field definitions in a custom post type plus post meta, which keeps the builder portable through normal WordPress content export workflows.

安装:

  1. Upload the plugin folder to /wp-content/plugins/ or install it through the WordPress Plugins screen.
  2. Activate LCS Field Builder.
  3. Open Field Groups in the WordPress admin menu.
  4. Create a field group, add fields, and configure its location rules.
  5. Edit a matching post or page to start saving field data.

屏幕截图:

  • Field-group builder showing settings and field configuration

常见问题:

Where are field groups stored?

Field groups are stored as a dedicated internal custom post type and their settings are saved in post meta. Field values for content are stored in normal WordPress post meta.

Can I output values in templates?

Yes. Use helper functions like lcfb_get_field() and repeater helpers like lcfb_have_rows(), lcfb_the_row(), and lcfb_get_sub_field().

Does the plugin support nested repeaters?

Yes. Repeaters can contain another repeater as a sub field.