WP Manifestindependent plugin directory
manifest / unclassified / acf3

Advanced Custom Fields

WordPress Advanced Custom Fields version 3.x This repo will be updated when security issues or other major issues arrise.

by Elliot Condon · github.com/hoppinger/acf3 · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/hoppinger/acf3/archive/refs/heads/master.zip

Readme

=== Advanced Custom Fields === Contributors: Elliot Condon Tags: custom, field, custom field, advanced, simple fields, magic fields, more fields, repeater, matrix, post, type, text, textarea, file, image, edit, admin Requires at least: 3.3.0 Tested up to: 3.5.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Fully customise WordPress edit screens with powerful fields. Boasting a professional interface and a powerfull API, it’s a must have for any web developer working with WordPress.Field types include: Wysiwyg, text, textarea, image, file, select, checkbox, page link, post object, date picker, color picker and more!

== Description ==

Advanced Custom Fields is the perfect solution for any wordpress website which needs more flexible data like other Content Management Systems.

  • Visually create your Fields
  • Select from multiple input types (text, textarea, wysiwyg, image, file, page link, post object, relationship, select, checkbox, radio buttons, date picker, true / false, repeater, flexible content, gallery and more to come!)
  • Assign your fields to multiple edit pages (via custom location rules)
  • Easily load data through a simple and friendly API
  • Uses the native WordPress custom post type for ease of use and fast processing
  • Uses the native WordPress metadata for ease of use and fast processing

= Field Types =

  • Tab (Group fields into tabs)
  • Text (type text, api returns text)
  • Text Area (type text, api returns text with <br /> tags)
  • WYSIWYG (a wordpress wysiwyg editor, api returns html)
  • Image (upload an image, api returns the url)
  • File (upload a file, api returns the url)
  • Select (drop down list of choices, api returns chosen item)
  • Checkbox (tick for a list of choices, api returns array of choices)
  • Page Link (select 1 or more page, post or custom post types, api returns the url)
  • Post Object (select 1 or more page, post or custom post types, api returns post objects)
  • Date Picker (jquery date picker, options for format, api returns string)
  • True / False (tick box with message, api returns true or false)
  • Relationship (select and order post objects with a tidy interface)
  • Color Picker (Farbtastic!)
  • Repeater (ability to create repeatable blocks of fields!)
  • Flexible Content (ability to create flexible blocks of fields!)
  • Gallery (Add, edit and order multiple images in 1 simple field)

= Tested on =

  • Mac Firefox :)
  • Mac Safari :)
  • Mac Chrome :)
  • PC Firefox :)
  • PC ie7 :S

= Website = http://www.advancedcustomfields.com/

= Documentation = http://www.advancedcustomfields.com/docs/getting-started/

= Field Type Info = http://www.advancedcustomfields.com/docs/field-types/

= Bug Submission and Forum Support = http://support.advancedcustomfields.com/

= Please Vote and Enjoy = Your votes really make a difference! Thanks.

== Installation ==

  1. Upload 'advanced-custom-fields' to the '/wp-content/plugins/' directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Click on the new menu itme "Custom Fields" and create your first Custom Field Group!
  4. Your custom field group will now appear on the page / post / template you specified in the field group's location rules!
  5. Read the documentation to display your data:

== Frequently Asked Questions ==

= Q. I have a question = A. Chances are, someone else has asked it. Check out the support forum at: http://support.advancedcustomfields.com/

== Screenshots ==

  1. Creating the Advanced Custom Fields

  2. Adding the Custom Fields to a page and hiding the default meta boxes

  3. The Page edit screen after creating the Advanced Custom Fields

  4. Simple and intuitive API. Read the documentation at: http://www.advancedcustomfields.com/docs/functions/

== Changelog ==

= 3.5.8.2 =

= 3.5.8.1 =

  • [Fixed] Fix PHP error in text / textarea fields

= 3.5.8 =

= 3.5.7.2 =

= 3.5.7.1 =

  • [Fixed] Fix issues with location rules wrongly matching

= 3.5.7 =

= 3.5.6.3 =

  • [Fixed] Fix bug with 3.5.6 not showing front end form

= 3.5.6.2 =

  • [Fixed] Fix WYSIWYG webkit browser issues.

= 3.5.6.1 =

  • [Fixed] Fix bug causing field groups to not display on the options page.

= 3.5.6 =

= 3.5.5 =

= 3.5.4.1 =

  • [Fixed] Fix bug preventing options pages from appearing in the field group's location rules

= 3.5.4 =

= 3.5.3.1 =

  • Minor bug fixes for 3.5.3

= 3.5.3 =

= 3.5.2 =

  • Security update

= 3.5.1 =

Read the full README on GitHub →