Post-Specific Widgets Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Add page-specific widget areas to templates with a Sidebars:
header:
<?php
/*
Template Name: Photos template
Sidebars: notes (Photo Notes)
*/
...
Use these sidebars the normal way:
dynamic_sidebar('notes');
At present this only works on Pages.
Screenshots
-
The meta box on an Edit Post screen, showing two page-specific sidebars.
-
The Page Widgets screen, with two page-specific sidebars in yellow.