Quickfield is a toolkit for theme developers using WordPress easy to build Customizer, Metabox, Term meta, Widget. It has advanced features and flexibility abstracting the code and making it easier for everyone. Quickfield use and extend from default Wor
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Alispx 2c3de8ada4
remove sample file and add admin.min.css
7 years ago
assets remove sample file and add admin.min.css 7 years ago
includes 1.0.1 7 years ago
languages First commit 8 years ago
.gitignore Initial commit 8 years ago
LICENSE Initial commit 8 years ago
README.md Update README.md 7 years ago
prepros.cfg 1.0.1 7 years ago
quickfield.php remove sample file and add admin.min.css 7 years ago
readme.txt Update readme 1.0.1 7 years ago

README.md

Quickfield

Contributors: vutuansw
Tags: customizer,options framework, theme, mods, toolkit, metabox, term meta
Requires at least: 4.4
Tested up to: 4.6
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

The toolkit for theme developers using the WordPress easy to build Customizer, Metabox, Term meta, Widgets

Description

Quickfield is a toolkit for theme developers using WordPress easy to build Customizer, Metabox, Term meta, Widget. It has advanced features and flexibility abstracting the code and making it easier for everyone. Quickfield uses and extends the default WordPress methods and does not replace the WordPress Customizer or WP_Widget, Term Meta, Metabox hooks

Fields Types

  • Image Picker/Gallery
  • Image Cropped
  • Image Select (Radio Images)
  • Icon Picker
  • Color Picker
  • Map Search
  • Link
  • Radio
  • Select/Select multiple
  • Checkbox/Checkbox multiple
  • Radio
  • Text
  • Textarea
  • Datetime
  • Repeater

Installation

Simply install as a normal WordPress plugin and activate.

If you want to see demo, just include quickfield/sample/sample.php file in plugin

Frequently Asked Questions

What does this plugin do?

This is a toolkit helps you easy to create Panel, Section, Fields in Customizer with a simple declare syntax. you can also use the syntax to build Widget, Post, Custom Post Metabox, Term meta.

Does this plugin change the default WordPress API?

No, Quickfield uses and extends the default WordPress methods and does not replace anything.

Changelog

Oct 19, 2016

  • Initial version
  • 1.0.1
      • Add Datetime field
      • Add Repeater field