2017 © Pedro Peláez
 

library voce-post-meta-widgets

Extension of Voce Post Meta API to add widgets meta field

image

voceconnect/voce-post-meta-widgets

Extension of Voce Post Meta API to add widgets meta field

  • Tuesday, December 16, 2014
  • by voceconnect
  • Repository
  • 14 Watchers
  • 0 Stars
  • 64 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

=== 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: http://www.gnu.org/licenses/gpl-2.0.html, (*1)

== Description ==, (*2)

Extend Voce Post Meta to add widget areas into posts, (*3)

== Installation ==, (*4)

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

== Example ==, (*5)

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 ==, (*6)

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, (*7)

= 1.0.0 =
* Initial release, (*8)

The Versions

16/12 2014

dev-master

9999999-dev

Extension of Voce Post Meta API to add widgets meta field

  Sources   Download

GPLv2+

The Requires

 

by Mark Parolisi
by Gary Smirny

wordpress widgets post meta

16/12 2014

1.0.1

1.0.1.0

Extension of Voce Post Meta API to add widgets meta field

  Sources   Download

GPLv2+

The Requires

 

by Mark Parolisi
by Gary Smirny

wordpress widgets post meta