Project Page | Getting Started | Support Forums | Donate
Meta Box plugin provides an API to easily implement custom meta boxes in editing pages (add new/edit post) in WordPress. It works with custom post types and supports various field types.
- Easily registers multiple custom meta boxes for posts, pages or custom post types
- Has built-in hooks which allow you to change the appearance and behavior of meta boxes
- Easily integrated with themes
- button
- checkbox, checkbox_list
- color
- date, time, datetime
- divider
- file, file_advanced, file_input (allow to upload or paste file URL)
- heading
- hidden
- image, thickbox_image, plupload_image, image_advanced, image_select (or radio image)
- map
- password
- post
- radio
- select, select_advanced (uses select2)
- slider, range
- taxonomy
- text, url, email, number, oembed
- textarea
- wysiwyg
- Unzip the download package
- Upload
meta-box
to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
To getting started with the plugin API, please read this tutorial.
- Tran Ngoc Tuan Anh a.k.a Rilwis - Initial & lead developer
- Franz Josef Kaiser
- Omnicia
- ruanmer
- PerWiklander
- funkedgeek
- Bug fix: compatibility with PHP 5.2
- Bug fix: use WP_Query instead of
query_posts
to be compatible with WPML - Bug fix:
get_called_class
function in PHP < 5.3 - Bug fix: clone now works for
slider
field - Bug fix: fix cloning URL field
- Bug fix: hidden drop area if no max_file_uploads defined
- Improvement: added composer.json
- Improvement: add Chinese language
- Improvement: better check for duplication when save post
- Improvement: new
image_select
file, which is "radio image", e.g. select a radio value by selecting image - Improvement: new
file_input
field, which allows to upload files or enter file URL - Improvement: separate core code for meta box and fields
- Improvement: allow to add more map options in helper function
- Improvement: allow to pass more arguments to "get_terms" function when getting meta value with "rwmb_meta"
- Bug fix: fatal error in PHP 5.2 (continue)
- Improvement: allow register meta boxes via filter
- Bug fix: fatal error in PHP 5.2
- Bug fix: save empty values of clonable fields
- Bug fix: not show upload button after delete image when reach max_file_upload. #347
- Bug fix: autocomplete for map which conflicts with tags (terms) autocomplete
- Bug fix: random image order when reorder
- Bug fix: undefined index, notices in WordPress 3.6, notice error for oembed field
- Improvement: add default location for map field (via
std
param as usual) - Improvement: add
placeholder
for text fields (url, email, etc.) - Improvement: add
multiple
param for helper function to get value of multiple fields - Improvement:
width
&height
for map in helper function now requires units (allow to set %) - Drop support for WordPress 3.3 (wysiwyg) and < 3.5 (for file & image field which uses new json functions)
- Bug fix: cannot clear all terms in taxonomy field
- Bug fix: potential problem with autosave
- Bug fix: cannot save zero string value "0"
- Improvement: add Turkish language
- Improvement: add taxonomy_advanced field, which saves term IDs as comma separated value in custom field
- Bug fix: allow to have more than 1 map on a page
- Bug fix: use HTTPS for Google Maps to work both in HTTP & HTTPS
- Bug fix: allow to clear all terms in taxonomy field
- Bug fix: "std" value for select fields is no longer "placeholder"
- Improvement: add "placeholder" param for select fields
- Improvement: add to helper function ability to show Google Maps in the front end. Check documentation for usage.
- Improvement: add spaces between radio inputs
- Improvement: add more params to "rwmb_meta" filter
- Improvement: using CSS animation for delete image
- Bug fix: fatal error if ASP open tag is allowed in php.ini
- Bug fix: show full size image after upload if thumbnail is not available
- Bug fix: new added file not shown
- Bug fix: issue with color field disappearing
- Bug fix:
max_file_upload
now works for normalfile
&image
as well - Bug fix: problem with uploading with the advanced fields
- Bug fix: file & image advanced not saving
- Bug fix:
select_advanced
cloning issue - Bug fix:
plupload_image
ordering - Improvement: add
divider
,heading
,button
,range
,oembed
,email
,post
fields - Improvement: translation for file & image fields
- Improvement: add option
default_hidden
to hide meta box by default - Improvement: allow to have multiple maps on the same page
- Improvement: file and image advanced now use Underscore.js
- Improvement:
slider
filed now hasprefix
andsuffix
for text labels andjs_options
for more JS options - Improvement: WYSIWYS can bypass the
wpautop
usingraw
parameter - Improvement:
color
field now supports new color picker in WP 3.5 - Improvement: add
ID
to results returned byrwmb_meta
when getting meta value of file & image - Improvement: auto use localized version for date & time fields
- Improvement: add
timestamp
option to save the datetime as unix timestamp internally - Improvement: add
autosave
option for meta box - Improvement: add
force_delete
option for file and image field - And lots of changes and improvements
- Bug fix: path to Select2 JS and CSS. Link
- Bug fix:
taxonomy.js
loading - Bug fix: saving in quick mode edit
- Improvement: add
before
andafter
attributes to fields that can be used to display custom text - Improvement: add Arabic and Spanish languages
- Improvement: add
rwmb*_before_save_post
andrwmb*_before_save_post
actions before and after save post - Improvement: add autocomplete for geo location in
map
field, add fancy animation to drop marker - Improvemnet: add
url
field
- Bug fix: clone date field. Link
- Bug fix:
time
field doesn't work. Link - Bug fix: wrong JS call for
datetime
. Link - Improvement: file and images now not deleted from library, unless use
force_delete
option - Improvement: add
select_advanced
field, which uses select2 for better UX. Thanks @funkedgeek
- Bug fix: not save wysiwyg field in full screen mode. Link
- Bug fix: default value for select/checkbox_list. Link
- Bug fix: duplicated append test to
date
picker - Bug fix: incorrect enqueue styles, issue #166
- Improvement: initial new field type
map
- Bug fix: save only last element of
select
field withmultiple
values. Link - Improvement: add
js_options
attribute fordate
,datetime
,time
fields to adjust jQuery date/datetime picker options. Seedemo/demo.php
for usage - Improvement: add
options
attribute forwysiwyg
. You now can pass arguments same as forwp_editor
function - Improvement: clone feature now works with
checkbox_list
andselect
withmultiple
values - Improvement: add
rwmb-{$field_type}-wrapper
class to field markup - Improvement: Add [rwmb_meta meta_key="..."] shortcode. Attributes are the same as
rwmb_meta
function. - Code refactored
- Bug fix: helper function for getting
taxonomy
field type - Bug fix:
multiple
attribute forselect
field type
- Allow helper functions can be used in admin area
- Allow cloned fields to have a uniquely indexed
name
attribute - Add Swedish translation
- Allow hidden field has its own value
- Taxonomy field now supported by
rwmb_meta
function - Improvement in code format and field normalizing
- Add helper function to retrieve meta values
- Add basic validation (JS based)
- Fix image reorder bug
- Fix
select_tree
option for taxonomy field - Fix not showing loading image for 1st image using plupload
- Add missed JS file for thickbox image
- Quick fix for thickbox image
- Quick fix for checkbox list and multiple/clonable fields
- Taxonomy field is now in core
- Add demo for including meta boxes for specific posts based on IDs or page templates
- Meta box ID is now optional
- Add
thickbox_image
field for uploading image with WP style - Fix
guid
for uploaded images
- Fix taxonomy field
- Support max_file_uploads for plupload_image
- Better enqueue styles and scripts
- Store images in correct order after re-order
- Fix cloning color, date, time, datetime fields
- Improve taxonomy field
- Add filter to wp_editor
- Add more options for time field
- Improve plupload_image field
- Fix translation, use string for textdomain
- Fix translation
- Change jQueryUI theme to 'smoothness'
- Add more demos in the
demo
folder
- Added jQuery UI slider field
- Added new Plupload file uploader
- Added new checkbox list
- Fix empty jQuery UI div seen in FF in admin footer area
- Fix style for 'side' meta box
- Reformat code to make more readable
- Fix bugs of checkbox field and date field
- Change
format_response()
toajax_response()
and use WP_Ajax_Response class to control the ajax response - Use
wp_editor()
built-in with WP 3.3 (with fallback)
- strongly refactor code
- create/check better nonce for each meta box
- use local JS/CSS libs instead of remote files for better control if conflict occurs
- separate field functions (enqueue scripts and styles, add actions, show, save) into separated classes
- use filters to let user change HTML of fields
- use filters to validate/change field values instead of validation class
- don't use Ajax on image upload as it's buggy and complicated. Revert to default upload
- fix WYSIWYG field for custom post type without 'editor' support. Thanks Jamie, Eugene and Selin Online. link
- change some helper function to static as they're shared between objects
- fix code for getting script's url in Windows
- make meta box id is optional
- move js and css codes to separated files (rewrite js code for fields, too)
- allow to add multiple images to image meta field with selection, modified from "Fast Insert Image" plugin
- remove 'style' attibutes for fields as all CSS rules now can be put in the 'meta=box.css' file. All fields now has the class 'rw=$type', and table cells have class 'rwmb=label' and 'rwmb=field'
- allow to use file uploader for images as well, regarding link
- when delete uploaded images, they're not deleted from the server (in case you insert them from the media, not the uploader). Also remove hook to delete all attachments when delete post. Regarding link
- change hook for adding meta box to 'add_meta_boxes', according Codex. Required WP 3.0+
- fix image uploading when custom post type doesn't support "editor"
- fix show many alerts when delete files, regarding link
- fix js comma missing bug when implement multiple fields with same type
- fix order of uploaded images, thank Onur
- fix deleting new uploaded image
- fix bug when save meta value = zero (0), regarding link
- some minor changes such as = add 'id' attribute to fields, show uploaded images as thumbnail, add script to header of post.php and post=new.php only
- use thickbox for image uploading, allow user edit title, caption or crop, rotate image (credit to Stewart Duffy, idea from Jaace http =//disq.us/1bu64d)
- allow to reorder uploaded images (credit to Kai)
- save attach ID instead of url (credit to Stewart Duffy)
- escape fields value (credit to Stewart Duffy)
- add 'style' attribute to fields, allow user quick style fields (like height, width, etc.) (credit to Anders Larsson link)
- wrap ajax callbacks into the class
- fix jquery UI conflict (for time picker, color picker, contextual help)
- fix notice error for checking post type
- save uploaded images and files' urls in meta fields
- fix date picker bug to not show saved value link
- fix check_admin_referer for non=supported post types link
- refactor code for showing fields
- separate functions for checking, displaying and saving each type of field; allow developers easily extend the class
- add 'checkbox_list' (credit to Jan Fabry link), 'color', 'date', 'time' types. The 'taxonomy' type is added as an example of extending class (credit to Manny Fresh link)
- show uploaded files as well as allow to add/delete attached files
- delete attached files when post is deleted (credit to Kai link)
- validation function MUST return the value instead of true, false
- change the way of definition 'radio', 'select' field type to make it more simpler, allow multiple selection of select box
- improved some codes, fix code to not show warnings when in debugging mode
- fix bug of not receiving value for select box
- (image upload features are credit to Kai link)
- change image upload using meta fields to using default WP gallery
- add delete button for images, using ajax
- allow to upload multiple images
- add validation for meta fields
- add wysiwyg editor type, improve check for upload fields, change context and priority attributes to optional
- add enctype to post form (fix upload bug), thanks to link
- add file upload, image upload support
- oop code, support multiple post types, multiple meta boxes
- procedural code