=== Voce Post Widgets === Contributors: johnciacia, markparolisi, voceplatforms Donate link: Tags: widgets, sidebar Requires at least: 3.3 Tested up to: 3.4 Stable tag: .2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A better interface for managing your widgets. == Description == Add widgets on a post by post basis by using a new interface directly on the post edit screen. Filter to set the post types the Post Widgets plugin should load on post_widget_post_types == Installation == Minimum requirements: * WordPress Version 3.3 * PHP Version 5.3 Instructions: 1. Upload the `voce-post-widgets` directory to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Place `` in your templates Usage: By default, the Pages post type has the widget UI enabled. You can add custom post types by using the filter `voce_post_widgets_post_types`. Filters to set the default arguments for the sidebar: * `post_widgets_default_sidebar_args` * `post_widgets_default_sidebar_args-$sidebar` * `post_widgets_default_sidebar_args-$post_name` * `post_widgets_default_sidebar_args-$sidebar-$post_name` == Frequently asked questions == == Screenshots == 1. Widget Interface == Changelog == = 0.2 = * Updated documentation. * JS fixes to meet standards. = 0.1 = * Initial release