Linux 软件免费装
Banner图

Neutrope Field Studio

开发者 neutropeinc
更新时间 2026年9月9日 13:12
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

block custom fields repeater options page meta fields

下载

详情介绍:

Neutrope Field Studio adds your own input boxes to posts, pages, category terms, and a shared settings screen, and puts what you type on the site without any code. Make a field group, choose where it should appear, add the boxes you want, and they show up while you edit a post or page. To display a value, add the "Field value" block and pick the field from a list. Shortcodes and PHP helpers are still there for people who prefer them. Start from a ready-made set A new field group opens with a set of starting points: company information, staff profiles, FAQ, store information, product information, contact details, or a button. Each one shows what it will create before you apply it, and nothing is saved until you save, so you can delete, add, reorder, and rename every field first. Starting from an empty field group is always offered. Show a value with a block The "Field value" block asks two things: whether to show what was entered on the page being edited or a shared site-wide setting, and which field. It lists only the fields that apply, shows the real value as a preview while you write, and needs nothing pasted or memorised. Repeating items and groups A repeating item holds as many entries as you need — staff members, questions and answers, a product list — and a group bundles a few boxes into one. Both display as readable HTML from the block or the shortcode, so a FAQ comes out as questions and answers and a staff list comes out with photo, name, job title and profile. Inner fields support the same types as top level ones, including the rich text editor. Show a box only when it is needed Any top level field can be set to appear only when another field in the same group matches a condition, so the edit screen stays short. This controls the edit screen, not the website. See your content in the post list Any field can be shown as a column on the post list, so you can check what was entered without opening each post. Long content is summarised: a repeating item shows how many entries it holds, a group shows how much is filled in, and rich text shows the beginning of the text. Shared site settings A field group can appear as its own settings screen instead of on posts, for information the whole site uses such as company name, phone number, and social links. Save it once and show it anywhere with the block or a shortcode. Move settings between sites A field group can be written to a JSON file and read back on another site. Only the shape of the group travels; content typed into posts is never included, and importing never overwrites an existing field group. Field types, named as they appear on screen: Where fields can appear: Output helpers, for people who edit theme files: neutrope_field_studio_get_field( 'company_name' ); neutrope_field_studio_get_repeater( 'staff_list' ); neutrope_field_studio_get_option( 'company_name' ); neutrope_field_studio_get_term_field( 'subtitle', $term_id ); Shortcode examples: [neutfist field="company_name"] [neutfist field="main_image" output="img"] [neutfist field="brochure" output="link"] [neutfist option="company_name"]

安装:

  1. Upload the neutrope-field-studio folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins screen.
  3. Go to Field Studio and press "Add New Field Group".
  4. Pick a starting point such as FAQ, choose where the fields should appear, and save.
  5. Open a post or page, fill the boxes in, then add the "Field value" block where you want the value shown.

屏幕截图:

  • Smart Templates: start a new field group from a ready-made set such as company information, FAQ, or store information.
  • Editing a field group — choose where the fields appear and add the input boxes.
  • A repeating item with a rich-text answer, shown here as an FAQ.
  • Display conditions: show a field only when another field matches — here, a phone number that appears only when the contact method is "phone".
  • The "Field value" block, showing the chosen field with a live preview and no shortcode to remember.
  • Shared site-wide settings on their own screen, such as company name, phone number, and social links.
  • Field values shown as columns on the post list, so entries can be checked without opening each post.

常见问题:

Does this plugin connect to external services?

No. The plugin makes no external requests, and it bundles no third-party libraries — it uses WordPress APIs only.

Does it include a paid upgrade prompt?

No. There is no advertising, tracking, or paid upgrade prompt.

How do I show a value on a page?

Add the "Field value" block and pick the field from the list. The block shows the real value as a preview while you edit. The [neutfist field="..."] shortcode does the same thing if you prefer it, and both produce the same HTML.

How do I show a repeating item or a group?

The same way as any other field: the block or the shortcode renders it as readable HTML. No PHP is needed. neutrope_field_studio_get_repeater() and neutrope_field_studio_get_field() are still available if you would rather loop over the rows in a theme template.

Where do shared settings values come from?

A field group whose place to appear is "Site-wide settings" gets its own screen in the admin menu and saves to a single shared option. Show a value with the "Field value" block set to site-wide settings, with [neutfist option="field_name"], or with neutrope_field_studio_get_option( 'field_name' ).

Does the plugin delete my data when I uninstall it?

No. Field groups and everything typed into posts, terms, and shared settings are left in place.

更新日志:

0.3.0 0.2.0 0.1.0