PHPackages                             voceconnect/voce-post-meta-widgets - 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. voceconnect/voce-post-meta-widgets

ActiveLibrary

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

Extension of Voce Post Meta API to add widgets meta field

1.0.1(11y ago)0751[1 PRs](https://github.com/voceconnect/voce-post-meta-widgets/pulls)GPLv2+PHP

Since Dec 16Pushed 11y ago11 watchersCompare

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

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

=== Voce Meta Post Meta Widgets ===
Contributors: matstars, markparolisi, banderon, voceplatforms
Tags: post, meta, widgets, widget area
Requires at least: 3.5
Tested up to: 4.0
Stable tag: 1.0.1
License: GPLv2 or later
License URI:

== Description ==

Extend Voce Post Meta to add widget areas into posts

== Installation ==

1. Upload `voce-post-meta-widgets` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress

== Example ==

```
add_action('init', function() {
	if ( class_exists('Voce_Meta_API') ) {
		add_metadata_group( 'demo_meta', 'Page Options', array(
			'capability' => 'edit_posts'
		));
		add_metadata_field( 'demo_meta', 'demo_widgets', 'Demo Widget Area', 'widgets' );

		add_post_type_support( 'post', 'demo_meta' );
	}
});

```

== Display the sidebar on a page ==

```
if( class_exists( 'Voce_Post_Meta_Widgets' ) && !dynamic_sidebar( Voce_Post_Meta_Widgets::WIDGET_ID_PREFIX . $group_name . '_' . $field_name . '_post_id_' . get_the_ID() )): endif;

```

== Changelog ==
= 1.0.1 =

- Fixing conflict with hooks causing saving issues

= 1.0.0 =

- Initial release

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 67.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4162d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/60c26d865c2615b90378cd9d45d70e3d11f58de984e6831a125ec22672c1d390?d=identicon)[voceconnect](/maintainers/voceconnect)

---

Top Contributors

[![matgargano](https://avatars.githubusercontent.com/u/197298?v=4)](https://github.com/matgargano "matgargano (25 commits)")[![markparolisi](https://avatars.githubusercontent.com/u/151430?v=4)](https://github.com/markparolisi "markparolisi (6 commits)")[![banderon](https://avatars.githubusercontent.com/u/533529?v=4)](https://github.com/banderon "banderon (5 commits)")[![kevinlangleyjr](https://avatars.githubusercontent.com/u/877634?v=4)](https://github.com/kevinlangleyjr "kevinlangleyjr (1 commits)")

---

Tags

wordpresswidgetspost meta

### Embed Badge

![Health badge](/badges/voceconnect-voce-post-meta-widgets/health.svg)

```
[![Health](https://phpackages.com/badges/voceconnect-voce-post-meta-widgets/health.svg)](https://phpackages.com/packages/voceconnect-voce-post-meta-widgets)
```

###  Alternatives

[wpbp/widgets-helper

A class to ease creating powered Widgets on WordPress

1213.3k](/packages/wpbp-widgets-helper)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
