WP Custom Fields: WordPress Custom Fields at plenty of places.
You may want to add additional information to all the types of content that WordPress serves. Especially if you are developing a WordPress website. Or when you are a WordPress developer. What you need is a so called WordPress options Framework.
Think of general options, extra input fields for users or extra fields attached to a certain post. Think of custom meta boxes, or even multiple WordPress options pages. And what about extra WordPress customizer fields within the Customizer? WP Custom Fields, an elaborate WordPress options framework, covers it all.
What does this WordPress Options Framework add? WordPress Options Pages, WordPress Customizer Fields and WordPress meta boxes.
The WP Custom Fields, a WordPress options framework, allows you to add custom fields in a WordPress theme or plugin in a programmatic fashion. Currently, the current types of fields are supported:
- Custom Fields for Posts and Pages. These are often called WordPress Meta boxes.
- Custom Fields for Taxonomies such as Categories and Post Tags to be able to add and edit Custom Term Meta data.
- Custom Fields for Users to add and edit Custom User Meta. data
- Custom Fields for the Customizer, with a broad selection of custom made WordPress Customizer Fields.
- Custom Fields for WordPress Options Pages or a single WordPress Options Page. Even multiple WordPress option pages are possible.
If you are a professional WordPress Developer, implementing WP Custom Fields is easy. Just create a new instance and add an array of configurations to this instance. This is all explained in great detail within the Github Repository.
Thus, as said, detailed documentation on how to set-up WP Custom Fields within your WordPress development projects can be found in the Github Repository for WP Custom Fields.
And did we mention the good part? WP Custom Fields is a free WordPress script. It can be used freely, both commercially as privately.
The following fields can be added to any post, user, taxonomy or options page:
- Background Field
- Border Field
- Boxshadow Field
- Button Field
- Checkbox Field
- Colorpicker Field
- Datepicker Field
- Dimensions Field
- Divider Field
- Editor Field
- Heading Field
- Icons Field
- Location Field
- Media Field
- Radio Field
- Repeatable Field
- Select Field
- Slider Field
- Textarea Field
- Typography Field
The following custom fields can be added to the Customizer:
- Text field
- Hidden Field
- Number Field
- Range Field
- Url Field
- Tel Field
- Email Field
- Search Field
- Time Field
- Date Field
- Datetime Field
- Week Field
- Checkbox Field
- Textarea Field
- Radio Field
- Select Field
- Dropdown Pages Field
- Colorpicker Field
- Cropped Image field
- Image Field
- Media Field
- Upload Field
- Dimension Field
- Typography Field
- Heading Field
- Custom Fields
A Free WordPress Script Collection
During the years, we found out that we were repeating the same code over and over in our WordPress development projects. The obvious thought came in mind: Why don’t we store these pieces of code in reusable scripts on GitHub?
But we could just distribute them as free WordPress scripts! And so it happened, our repository was born. These are all free premium WordPress scripts. Have fun developing!
WP Custom Fields: a powerful Options Framework
WP Custom Fields is a kick-ass framework for custom customizer, options pages and post, taxonomy or user metabox fields.
WP Components: an Awesome WordPress component library
WP Components is a collection of common WordPress components used in websites, such as breadcrumbs or buttons.
WP Optimize: Optimize WordPress
WP Optimize allows to implement basic optimizations to a WordPress installation by the removal of redundant code.
WP Router: a WordPress Templating Router
WP Router is a WordPress script that enables a developer to add custom routes and link these to custom templates.
WP Updater: A WordPress Update Script
WP Updater is a script to update a theme or plugin through an external repository.
WP Config: A WordPress Configuration Script
WP Config is a class which can be used to store, add or modify configurations for a theme or plugin.
WP Autoload: a Free WordPress Class Autoloader
WP Autoload shows how one can use autoloading with WordPress.
WP Register: Easily Use WordPress Register Functions
WP Register is a script that allows to easily register custom posts, taxonomies, sidebars, menus and widgets.
WP Enqueue: Easily Enqueue Scripts and Styles
WP Enqueue is a script for enqueuing WordPress scripts and styles easily.