WordPress.org

Hong Kong 香港中文

  • 佈景主題
  • 外掛
  • News
  • Support
  • About
  • 重要通知
  • WordPress 常見問題
  • 團隊
  • 取得 WordPress
取得 WordPress
WordPress.org

Plugin Directory

Ultimate Fields

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Ultimate Fields

由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.

Features

  • 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

Fields

  • 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. Activate the plugin through the ‘Plugins’ menu in WordPress
  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. Activate the plugin through the ‘Plugins’ menu in WordPress
  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 Fields” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者
  • Radoslav Georgiev

將 Ultimate Fields 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 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.

其它

  • Version 3.0.2
  • Last updated 7 年之前
  • Active installations 800+
  • WordPress version 4.9 or higher
  • Tested up to 4.9.26
  • PHP version 5.4 or higher
  • Language
    English (US)
  • Tags
    custom fieldsmetapost metarepeatertheme options
  • 進階顯示

評分

5 out of 5 stars.
  • 19 5-star reviews 5 stars 19
  • 1 4-star review 4 stars 1
  • 0 3-star reviews 3 stars 0
  • 0 2-star reviews 2 stars 0
  • 0 1-star reviews 1 star 0

Add my review

See all reviews

貢獻者

  • Radoslav Georgiev

支援

有話想說?需要協助?

檢視支援論壇

捐贈

想要支援這個外掛的發展嗎?

贊助這個外掛

  • 關於我們
  • 最新消息
  • 寄存
  • 隱私權
  • 展示網站
  • 佈景主題
  • 外掛
  • 區塊版面配置
  • Learn
  • 技術支援
  • 開發者資源
  • WordPress.tv ↗
  • 共同參與
  • Events
  • Donate ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Hong Kong 香港中文

  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • 訪問我們的 Facebook 專頁
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
代碼就是詩歌。