Skip to content

Instantly share code, notes, and snippets.

@mattheu
Last active December 16, 2015 07:08
Show Gist options
  • Save mattheu/5396486 to your computer and use it in GitHub Desktop.
Save mattheu/5396486 to your computer and use it in GitHub Desktop.
New CMB readme

HM Custom Meta Boxes for WordPress

Custom Meta Boxes is a framework for easily adding custom fields to the WordPress post edit page.

It includes several field types including WYSIWYG, media upload and dates (see wiki for a full list). It also supports repeatable and grouped fields.

This project is aimed at developers and is easily extended and customised. It takes a highly modular, Object Orientated approach, with each field as an extension of the CMB_Field abstract class.

The framework also features a basic layout engine for fields, allowing you to align fields to a simple 12 column grid.

Overview

Usage

Help

  • For more information, including example code for usage of each field and instructions on how to create your own fields, refer to the Wiki.
  • Not covered in the Wiki? Need more help? Get in touch. support@humanmade.co.uk
  • Found a bug? Feature requests? Create an issue - Thanks!

About

This plugin is maintained by Human Made Limited

It began as a fork of Custom Meta Boxes, but is no longer compatible.

Known Issues

  • Some fields do not work well as repeatable fields.
  • Some fields do not work well in repeatable groups.

To Do

  • Make hooking / registering nicer.
@willmot
Copy link

willmot commented Apr 16, 2013

Looks good, we should add a link to some of the help pages in the wiki.

And also a changelog?

@mattheu
Copy link
Author

mattheu commented Apr 16, 2013

Changelog... well the current version no is 1.0 - Beta 1.... Maybe we should leave this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment