PHPackages                             voceconnect/voce-post-meta-media - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. voceconnect/voce-post-meta-media

ActiveLibrary[File &amp; Storage](/categories/file-storage)

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

Extension of Voce Post Meta Plugin to create media meta fields

1.2.0(10y ago)011.3k1GPLv2+PHP

Since Nov 5Pushed 9y ago13 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (7)Used By (0)

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

[](#voce-post-meta-media)

Contributors: markparolisi, garysmirny, kevinlangleyjr, curtisloisel, voceplatforms
Tags: post, meta, media
Requires at least: 3.5
Tested up to: 3.8.1
Stable tag: 1.1.2
License: GPLv2 or later
License URI:

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

[](#description)

Extend Voce Post Meta with media fields

Only works on the new (WP 3.5+) Media Modal For support with the old thickbox media handling, use the [1.0.0](https://github.com/voceconnect/voce-post-meta-media/tree/1.0.0) tag.

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_Post_Meta_Media' ) ) {
	require_once( $path_to_voce_post_meta_media . '/voce-post-meta-media.php' );
}
```

Usage
-----

[](#usage)

#### Basic example for inserting an image

[](#basic-example-for-inserting-an-image)

```
