Post-Specific Widgets

Add page-specific widget areas to templates with a `Sidebars:` header.

Author:Marcus Downing (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.2.1
Plugin version:1.3
Added to WordPress repository:17-10-2011
Last updated:04-06-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.bang-on.net/
Total downloads:2 582
Active installs:20+
plugin download
Click to start download

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
FAQ
ChangeLog