Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makeitworkpress/wp-custom-fields
WP Custom Fields is an options, metabox and customizer framework for WordPress aimed at speeding-up plug-in and theme development.
https://github.com/makeitworkpress/wp-custom-fields
custom-metaboxes customizer metabox metaboxes settings-api taxonomies user-profile wordpress wordpress-customizer wordpress-development wordpress-options-framework wordpress-theme wp-options
Last synced: 4 days ago
JSON representation
WP Custom Fields is an options, metabox and customizer framework for WordPress aimed at speeding-up plug-in and theme development.
- Host: GitHub
- URL: https://github.com/makeitworkpress/wp-custom-fields
- Owner: makeitworkpress
- License: gpl-3.0
- Created: 2016-09-07T16:43:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T12:24:32.000Z (6 months ago)
- Last Synced: 2024-12-17T08:07:47.607Z (11 days ago)
- Topics: custom-metaboxes, customizer, metabox, metaboxes, settings-api, taxonomies, user-profile, wordpress, wordpress-customizer, wordpress-development, wordpress-options-framework, wordpress-theme, wp-options
- Language: PHP
- Homepage: https://makeitwork.press/scripts/wp-custom-fields/
- Size: 3.36 MB
- Stars: 71
- Watchers: 9
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wp-custom-fields-framework
The wp custom fields framework is an options framework for WordPress aimed at speeding-up plug-in and theme development.It can be used to add custom fields to various locations. This allows you to add fields to many locations in the WordPress back-end, and enable users to modify additional data.
In addition, WP Custom Fields can output the data stored in these fields to css styles.
## Installation
For the installation procedure, look into [the Wiki of this Repository](https://github.com/makeitworkpress/wp-custom-fields/wiki)!## Adding option pages, custom metaboxes and customizer fields
WP Custom Fields allows you to:
* Add amazing **custom option pages** in the admin dashboard
* Add awesome **custom metaboxes** to posts, taxonomies and users
* Add (custom) **customizer fields** and panels
* Easily develop custom integrations, fields and extensions for adding information to WordPress
* Have relational metaboxes, which can have two way connections between posts from the same post type, terms from the same taxonomies and users
* Output data to css styles on the front-end.How to do this? Look into [the Wiki of this Repository](https://github.com/makeitworkpress/wp-custom-fields/wiki)!
## Author & Usage
WP Custom Fields is maintained by Michiel from [Make it WorkPress](https://makeitwork.press/scripts/wp-custom-fields/). For usage and installation, please visit [the Wiki of this Repository](https://github.com/makeitworkpress/wp-custom-fields/wiki)