PHPackages                             voceconnect/voce-post-meta - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. voceconnect/voce-post-meta

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

voceconnect/voce-post-meta
==========================

Easily create post metaboxes and add fields

1.9.2(10y ago)619.5k2[2 issues](https://github.com/voceconnect/voce-post-meta/issues)6GPLv2+PHP

Since Oct 31Pushed 10y ago13 watchersCompare

[ Source](https://github.com/voceconnect/voce-post-meta)[ Packagist](https://packagist.org/packages/voceconnect/voce-post-meta)[ RSS](/packages/voceconnect-voce-post-meta/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)DependenciesVersions (16)Used By (6)

Voce Post Meta
==============

[](#voce-post-meta)

Contributors: prettyboymp, kevinlangleyjr, jeffstieler, markparolisi, banderon
Tags: post, meta
Requires at least: 3.5
Tested up to: 4.2.2
Stable tag: 1.9.2
License: GPLv2 or later
License URI:

Description
-----------

[](#description)

Create a group (metabox), then add fields to it.

Installation
------------

[](#installation)

### As standard plugin:

[](#as-standard-plugin)

> See [Installing Plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).

### As theme or plugin dependency:

[](#as-theme-or-plugin-dependency)

> After dropping the plugin into the containing theme or plugin, add the following:

```
if( ! class_exists( 'Voce_Meta_API' ) ) {
	require_once( $path_to_voce_post_meta . '/voce-post-meta.php' );
}
```

Usage
-----

[](#usage)

#### Example

[](#example)

```
