跳至内容
  • 关于WordPress
    • 关于WordPress
    • WordPress.org
    • 文档
    • 支持
    • 反馈
  • 登录
  • 注册
WordPress.org
WordPress.org

China 简体中文

  • 主题
  • 插件
  • 最新消息
  • 支持
    • 文档
    • 论坛
  • 关于
  • 获取 WordPress
获取 WordPress

插件

  • 我的收藏
  • Beta测试
  • 开发者

该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

下载

Ultimate 字段

作者Radoslav Georgiev
  • 详情
  • 评价
  • 安装
  • 技术支持
  • 开发进展

描述

With Ultimate Fields you can easily create fields in the admin. Those fields can be displayed when you are editing a post or page (any post type actually) or in an options page (ex. Theme Options) anywhere in the admin.

Please visit https://www.ultimate-fields.com/ for more details.

产品特点

  • Easy to use.
  • Various field types (listed below)
  • Support for Post Type and Options Page as locations for fields. All locations have advanced placement rules, in order to only show them when needed.
  • WYSIWYG Field Creation
  • Focused on developers: A clean object-oriented API allows you to cleanly define all of your fields through code.
  • Perfected tabs, alignment and styles
  • Import, Export and in-theme JSON Synchronization
  • JavaScript-based interface
  • Unlimited field nesting with the Repeater and Complex fields
  • Conditional Logic between fields in the same container (and ones on upper levels)
  • REST API Support
  • Admin Columns
  • Integration with WordPress SEO for automatic field content ratings
  • Clean styles: Ultimate Fields follows WordPress’ built in styles as much as possible and provides a seamless experience. It’s even fully responsive.
  • Full-featured interface for data loading

字段

  • Text
  • Textarea
  • WYSIWYG Editor
  • Password
  • Number
  • Checkbox
  • Select
  • Multiselect
  • Image-Select (a visual select)
  • File
  • Image
  • WP Object (for selection of an object among posts, terms and users)
  • WP Objects (for multiple objects)
  • Link
  • Section
  • Tab
  • Complex
  • Repeater

Repeaters

Repeaters can be used to add repeatable groups of fields. You can combine a text and a file field into a Slide group and allow the user to add as many slides as he needs. The value is saved in a single field!

Additionally you can add different types of groups into a single repeater. This way the user could add both Video Slides and Image Slides through the same place.

Embedding in themes and plugins

Ultimate Fields has all the necessary logic built in. Just place it wherever you need and include ultimate-fields.php

屏幕截图

  • This screenshot shows the main editing screen where containers are set up.
  • An example Options page
  • A post meta box with a few simple fields and a repeater

安装

  1. Upload ultimate-fields to the /wp-content/plugins/ directory
  2. 通过WordPress的的“Plugins”菜单激活插件
  3. You are ready to create your first container. To do this, choose “Add New” from the “Ultimate Fields” section in the menu.
  4. Output values through get_value(), the_value() and etc.

Please make sure to check out the documentation on our website.

常见问题

Installation Instructions
  1. Upload ultimate-fields to the /wp-content/plugins/ directory
  2. 通过WordPress的的“Plugins”菜单激活插件
  3. You are ready to create your first container. To do this, choose “Add New” from the “Ultimate Fields” section in the menu.
  4. Output values through get_value(), the_value() and etc.

Please make sure to check out the documentation on our website.

评价

OMG

vprodan 2019年11月28日
This plugin is what I was looking for. Thx man)

Excellent

Martin Oviedo 2019年1月25日
It really is a jewel, do not hesitate to buy the PRO version !!! But also the version that is not "PRO" is very complete and perfect for working. 5 Starts!

it’s option of option tree plugin

ramnikj 2018年12月28日
So many time updates do not come in option tree plugin so it's better for us used this one.

New Updates Make UF The Best WP Framework Available

Enterprise Branding 2018年10月27日
Ultimate Fields is hands down the most robust framework for WordPress available. Besides having ALL the fields a developer could want and in a professional, savvy, fresh way, it has multiple ways of code friendliness. Meaning you can write fields statically, in objects, or in a simple custom array function. It obviously also has the WordPress admin user interface for those developers who are not so code experienced but want to get started to a professional result immediately. I have the Pro version. I only bought the pro version as well. The locations for the Pro version are amazing, from all backend areas a developer would desire, even to creating frontend forms! I would say this is the first Framework that does not really leave anything to be desired. When I say desire, I mean feeling like something it truly missing that makes a dev a bit sad on the inside when trying to create something. While other suggestion and features have been and can be requested to Ultimate Fields, they are not depressing, despairing requests. UF literally is a kid's dream playhouse, especially in comparison to other frameworks available. I didn't hesitate to purchase the Pro version. The documentation is GREAT and the support is GREAT!!! The Framework is LIGHT and SMART in terms of backend loading and database option calls. The only real thing I think could be different or added is that the shortcode builder could come at a different angle. It loads in the Add Media screen, which is nice, and not that I use shortcodes much because of Content Builders like Elementor, Beaver Builder, or Oxygen 2, but I think it might get crowded or unsavvy to have a lot of shortcodes show in the add media dialog popup window to insert them in the content. That's it!!! ULTIMATE FIELDS IS AWESOME!!!

Awesome work

yreznik 2018年5月18日
great work

Great update!

dimian90 2018年5月4日
Finally, clear documentation!
阅读所有20条评价

贡献者及开发者

“Ultimate 字段” 是开源软件。 以下人员对此插件做出了贡献。

贡献者
  • Radoslav Georgiev

将“Ultimate 字段”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志。

更新日志

3.0.2 Bugfix Release with a couple of small features

[FIX] Limiting preview image sizes to 100% to ensure that if thumbnail is not available as an image size, images are not overflowing.
[FIX] Enqueueing overlays properly for files: The File fields were expecting the Overlay JS class to be available, but it was not enqueued.
[FIX] Values are now properly saved and loaded for WYSIWYG editors, including empty paragraphs and etc.
[FIX] Improved handling of repeater values in the REST API: The iterator format of the repeater field was not playing nicely with the REST API.
[UPDATE] Minor adjustments of the UI and complex fields in order to allow https://github.com/RadoslavGeorgiev/ultimate-fields-layout-control to work.
[FIX] Messages are not saving values anymore.
[FIX][W2422] Conditional logic is not used if unchecked
[FIX][W2439] Complex fields can now handle missing containers.
[FEATURE][W2440] Adding a target_control setting to the link field
[FIX][W2444] Empty dependency sets in array mode are ignored now.

3.0.1 Bugfix Relase

Fixes:

  • A sanitization bug, prevented the options datastore from saving non-scalar values
  • Post-based rules for the Post_Type location, both in the UI and in core
  • Even when a repeater was empty, the while loop was being entered, which is not the case anymore
  • To improve compatability with “Front-end Editor”, revision fields are only provided for existing posts

3.0

3.0 is a complete rewrite of the plugin, which brings a ton of improvements, including but not limited to:

  • JavaScript-driven UI
  • WYSIWYG Field Creation
  • New styles and field arrangements
  • Proper PHP exports, as well as JSON exports
  • JSON Synchronization
  • Unlimited field nesting
  • Conditional logic
  • REST API Support
  • Admin columns
  • WordPress SEO Integration
  • Better relational fields
  • A new field type, called “Complex”

As of this version, the website, documentation and PRO version of the plugin are online too.

On June 28, 2017 we announced that the qTranslate support is being eliminated and sadly, it is no longer available. You can read more about that in https://rageorgiev.com/blog/2017/06/28/ultimate-fields-multilingual-support-will-removed/

1.2

  • Updated visual styles
  • Added a warning about dropping qTranslate support in the next big version
  • Fixed JavaScript errors

1.1

  • The MIME type of screenshots is changed in order to allow them to be viewable in the browser without downloading.
  • The Richtext field has been updated to be compatible with the latest version of WordPress, 4.4.2 . A wrong link to mac.int is also fixed.
  • The “Select Term” field will not trigger a fatal error when a taxonomy is no longer existing.
  • Modified the filters for the textarea and richtext filter output.
  • Tabs are no longer broken.
  • The repeater field is working well.

1.0.3

  • Adding an HTML field that is only available through code.
  • UF_Datastore_Postmeta will return NULL if a value is not set. This way checkboxes and default values will work.
  • Modified UF_Field_Checkbox to check for the proper value when retrieving from a datastore.
  • UF_Postmeta is not calling save when a new post is being created (the draft).
  • Made a few minor changes to allow Ultimate Post Types to work properly.

1.0.2

  • PHP: Fixed bugs with the import functionality, which prevent containers from being registered.
  • PHP: The get_uf_repeater( $key ) function returns processed values: Repeater values, like images and etc. will be processed before the function returns them.

1.0.1

  • PHP: The Richtext Field will no longer add blank lines when displaying multiple paragraphs.
  • PHP: The Richtext Field’s setting for rows is actually working.
  • PHP: Options pages can now reside under other Ultimate Fields pages.
  • PHP: uf_extend is now called on plugins_loaded. This way all that is extended will have access to more hooks, including widgets_init.
  • PHP: Changed the message when a container is saved.
  • PHP: UF_Field_Set will be saved even without checked values.

  • JS & CSS: Validation is a bit better – it highlights the field and tab of the error.

  • JS: New repeater elements can be toggled by using the arrow.

  • Translations: Fixed the path in uf-bg_BG.po

  • Translations: German translation added (Big Thanks to sixtyseven !)
  • Translations: Several string fixes
  • Translations: The Heading field does no longer use automatically generated labels. This way translations can work.
  • Translations: New tabs’ text can be translated too now, missing textdomain added.

WordPress 3.9
The “Richtext” field is fixed.

1.0

Initial version.

元信息

  • 版本:3.0.2
  • 最后更新:4年前
  • 有效安装数量:1,000+
  • WordPress版本: 4.9或更高
  • 最高兼容版本:4.9.20
  • PHP版本: 5.4或更高
  • 语言:
    English (US)
  • 标签:
    custom fieldsmetapost metarepeatertheme options
  • 高级视图

评级

查看所有评价
  • 5星 19
  • 4星 1
  • 3星 0
  • 2星 0
  • 1星 0
登录以提交评价。

贡献者

  • Radoslav Georgiev

技术支持

最近两个月解决的问题:

总计 1,已解决 0

查看支持论坛

捐助

您愿意支持这个插件的发展吗?

捐助此插件

  • 关于
  • 最新消息
  • 主机
  • 捐助
  • 支持
  • 开发者
  • 参与
  • 学习
  • 展示站点
  • 插件
  • 主题
  • 区块样板
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • 隐私
  • 公共代码
WordPress.org
WordPress.org

China 简体中文

  • 访问我们的 Facebook 公共主页
  • 关注我们的 Twitter 账号
代码如诗