All Projects → CMB2 → Cmb2

CMB2 / Cmb2

Licence: gpl-3.0
CMB2 is a developer's toolkit for building metaboxes, custom fields, and forms for WordPress that will blow your mind.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
Latte
28 projects
SCSS
7915 projects
shell
77523 projects
CSS
56736 projects

Projects that are alternatives of or similar to Cmb2

wp-custom-fields
WP Custom Fields is an options, metabox and customizer framework for WordPress aimed at speeding-up plug-in and theme development.
Stars: ✭ 53 (-98.02%)
Mutual labels:  metaboxes, custom-metaboxes
Code Snippets
Code Snippets WordPress Plugin
Stars: ✭ 226 (-91.55%)
Mutual labels:  wordpress
List Category Posts
WordPress plugin which allows you to list posts from a category into a post/page using the [catlist] shortcode.
Stars: ✭ 212 (-92.08%)
Mutual labels:  wordpress
Kasia
🎩 A React Redux toolset for the WordPress API
Stars: ✭ 219 (-91.82%)
Mutual labels:  wordpress
Vue Wp Starter
A WordPress Vue.js starter plugin
Stars: ✭ 214 (-92%)
Mutual labels:  wordpress
Wp Jamstack Deployments
A WordPress plugin for JAMstack deployments
Stars: ✭ 222 (-91.7%)
Mutual labels:  wordpress
Wp E Commerce
WP eCommerce - The most popular independent eCommerce platform for WordPress
Stars: ✭ 209 (-92.19%)
Mutual labels:  wordpress
Theme Sniffer
Theme Sniffer plugin using sniffs.
Stars: ✭ 228 (-91.48%)
Mutual labels:  wordpress
Wechatblog
💘微信小程序 & 个人博客 & WordPress & WordPress REST API
Stars: ✭ 223 (-91.67%)
Mutual labels:  wordpress
Oceanwp
Free multi-purpose WordPress theme
Stars: ✭ 219 (-91.82%)
Mutual labels:  wordpress
Vuetheme
WordPress theme using Rest API and Vue.js
Stars: ✭ 219 (-91.82%)
Mutual labels:  wordpress
Wp Scb Framework
Utilities for speeding up WordPress plugin and theme development
Stars: ✭ 215 (-91.97%)
Mutual labels:  wordpress
Wordpress Ajax Load More
🔥 WordPress infinite scroll with Ajax Load More - the ultimate solution to add infinite scroll functionality to your WordPress powered website.
Stars: ✭ 222 (-91.7%)
Mutual labels:  wordpress
Divi Resources
A curated list of awesome Divi resources
Stars: ✭ 213 (-92.04%)
Mutual labels:  wordpress
Headless Wp Nuxt
🏔 Headless WordPress JAMstack Template
Stars: ✭ 229 (-91.44%)
Mutual labels:  wordpress
Extended Acf
Register advanced custom fields with object oriented PHP
Stars: ✭ 212 (-92.08%)
Mutual labels:  wordpress
Go
The most flexible Gutenberg-first WordPress theme built for go-getters everywhere.
Stars: ✭ 218 (-91.85%)
Mutual labels:  wordpress
Wordpress Popular Posts
WordPress Popular Posts - A highly customizable WordPress widget that displays your most popular posts
Stars: ✭ 219 (-91.82%)
Mutual labels:  wordpress
Ionic Wordpress Integration
Ionic Wordpress starter app 😎. Learn how to communicate your ionic app with Wordpress REST API with this starter and detailed tutorial.
Stars: ✭ 230 (-91.41%)
Mutual labels:  wordpress
Gutenblock
The easiest way to develop and release Gutenberg blocks (components) for WordPress
Stars: ✭ 229 (-91.44%)
Mutual labels:  wordpress

CMB2

Gitter Travis Scrutinizer Code Quality Scrutinizer Coverage Project Stats

CMB2

Contributors: jtsternberg, webdevstudios, zao, humanmade
Homepage: https://cmb2.io
Tags: metaboxes, forms, fields, options, settings
Requires at least: 3.8.0
Tested up to: 5.6.2
Stable tag: 2.9.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Wordpress plugin Wordpress Wordpress rating

Complete contributors list found here: github.com/CMB2/CMB2/graphs/contributors

Description

CMB2 is a developer's toolkit for building metaboxes, custom fields, and forms for WordPress that will blow your mind. Easily manage meta for posts, terms, users, comments, or create custom option pages.

Download plugin on wordpress.org

CMB2 is a complete rewrite of Custom Metaboxes and Fields for WordPress. To get started, please follow the examples in the included example-functions.php file and have a look at the basic usage instructions.

You can see a list of available field types here.

If you are coming from the original "Custom Metaboxes and Fields for WordPress" plugin, please read this post for the CMB2 background story.

Contribution

Development occurs on Github, and all contributions welcome. Please read the CONTRIBUTING doc for more details.

A complete list of all our awesome contributors found here: github.com/CMB2/CMB2/graphs/contributors

Features:

Translation

If you are looking to provide language translation files, Please do so via WordPress Plugin Translations.

3rd Party Resources

Custom Field Types

Other Helpful Resources

Links

Installation

If installing the plugin from wordpress.org:

  1. Upload the entire /CMB2 directory to the /wp-content/plugins/ directory.
  2. Activate CMB2 through the 'Plugins' menu in WordPress.
  3. Copy (and rename if desired) example-functions.php into to your theme or plugin's directory.
  4. Edit to only include the fields you need and rename the functions.
  5. Profit.

If including the library in your plugin or theme:

  1. Place the CMB2 directory inside of your theme or plugin.
  2. Copy (and rename if desired) example-functions.php into a folder above the CMB2 directory OR copy the entirety of its contents to your theme's functions.php file.
  3. Edit to only include the fields you need and rename the functions (CMB2 directory should be left unedited in order to easily update the library).
  4. Profit.

View CHANGELOG

Known Issues

  • Not all fields work well in a repeatable group.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].